mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 17:52:24 +08:00
Chore: Use the correct value in log (#96840)
This commit is contained in:
@ -392,7 +392,7 @@ func (o *Service) tryGetOrRefreshOAuthToken(ctx context.Context, persistedToken
|
||||
|
||||
if o.Cfg.Env == setting.Dev {
|
||||
ctxLogger.Debug("Oauth got token",
|
||||
"auth_module", usr.GetAuthID(),
|
||||
"auth_module", usr.GetAuthenticatedBy(),
|
||||
"expiry", fmt.Sprintf("%v", token.Expiry),
|
||||
"access_token", fmt.Sprintf("%v", token.AccessToken),
|
||||
"refresh_token", fmt.Sprintf("%v", token.RefreshToken),
|
||||
|
Reference in New Issue
Block a user