mirror of
https://github.com/glimpse-app/server.git
synced 2025-04-02 10:52:45 -04:00
return user json
This commit is contained in:
parent
eb3cdaa87f
commit
8ce307bbdc
1 changed files with 1 additions and 1 deletions
|
@ -70,5 +70,5 @@ proc createAuthenticationRoutes*() =
|
|||
respErr "Incorrect username or password.\n" # fails if password is wrong but mentions username to obfuscates if a user exists or not
|
||||
|
||||
info "Replaced token.\n" & reqInfo
|
||||
resp200 user.token.toJson()
|
||||
resp200 user.toJson()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue