mirror of
https://github.com/tinyauthapp/tinyauth.git
synced 2026-09-01 11:03:52 +08: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