Merge remote-tracking branch 'origin/master'

This commit is contained in:
Peter 2025-07-06 21:33:27 +02:00
commit 974d50d7cd
2 changed files with 2 additions and 1 deletions

View File

@ -95,6 +95,7 @@ public class LoginController implements LoginApi {
} }
String token = generateToken(cacheEntry.uuid); String token = generateToken(cacheEntry.uuid);
log.debug("Generated token for user {} with token {}", cacheEntry.uuid, token);
cache.remove(code); cache.remove(code);

View File

@ -11,7 +11,7 @@ UserLogin:
'200': '200':
description: Logged in description: Logged in
content: content:
application/text: text/plain:
schema: schema:
type: string type: string
description: A JWT token for this user description: A JWT token for this user