mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-12-15 12:46:37 +00:00
refactor: remove sensitive info logging even in debug mode
This commit is contained in:
@@ -41,7 +41,7 @@ func GetGoogleEmail(client *http.Client) (string, error) {
|
||||
return "", jsonErr
|
||||
}
|
||||
|
||||
log.Debug().Interface("user", user).Msg("Parsed user from google")
|
||||
log.Debug().Msg("Parsed user from google")
|
||||
|
||||
return user.Email, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user