Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Update handlers.go
Browse files Browse the repository at this point in the history
  • Loading branch information
EngHabu authored Jan 11, 2021
1 parent 87b6dea commit 7f6e370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/auth/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func RefreshTokensIfExists(ctx context.Context, authContext interfaces.Authentic
newToken, e := GetRefreshedToken(ctx, authContext.OAuth2Config(), accessToken, refreshToken)
err = e
if err == nil {
logger.Debugf(ctx, "Tokens're refreshed. Saving new tokens into cookies.")
logger.Debugf(ctx, "Tokens are refreshed. Saving new tokens into cookies.")
err = authContext.CookieManager().SetTokenCookies(ctx, writer, newToken)
}
}
Expand Down

0 comments on commit 7f6e370

Please sign in to comment.