Add debug log for generated token in LoginController.
This commit is contained in:
parent
aef32a8982
commit
5d8ab2deef
|
|
@ -95,6 +95,7 @@ public class LoginController implements LoginApi {
|
|||
}
|
||||
|
||||
String token = generateToken(cacheEntry.uuid);
|
||||
log.debug("Generated token for user {} with token {}", cacheEntry.uuid, token);
|
||||
|
||||
cache.remove(code);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user