mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-28 04:35:40 +00:00
refactor: log parsed user in generic provider
This commit is contained in:
@@ -32,6 +32,6 @@ func GetGenericUser(client *http.Client, url string) (constants.Claims, error) {
|
||||
return user, err
|
||||
}
|
||||
|
||||
log.Debug().Msg("Parsed user from generic provider")
|
||||
log.Debug().Interface("user", user).Msg("Parsed user from generic provider")
|
||||
return user, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user