Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit e527689

Browse files
committed
Format code
1 parent 2673185 commit e527689

File tree

1 file changed

+3
-3
lines changed
  • server/src/main/kotlin/dev/medzik/librepass/server/controllers/api

1 file changed

+3
-3
lines changed

server/src/main/kotlin/dev/medzik/librepass/server/controllers/api/Auth.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,15 @@ class AuthController @Autowired constructor(
113113
): Response {
114114
fun preLoginDefaultResponse(): Response {
115115
return ResponseHandler.generateResponse(
116-
117-
PreLoginResponse(
116+
PreLoginResponse(
118117
// Default Argon2 parameters
119118
parallelism = 3,
120119
memory = 65536,
121120
iterations = 4,
122121
// Server X5519 public key
123122
serverPublicKey = ServerPublicKey.toHex()
124-
))
123+
)
124+
)
125125
}
126126

127127
consumeRateLimit(ip)

0 commit comments

Comments
 (0)