Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
noggan authored Apr 23, 2018
1 parent e518f36 commit c06531f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grant/refresh_token.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func (grant *refreshTokenGrant) CreateTokens(r *http.Request, clientId string) (
}

// Return current refresh token if we're not generating a new one
if !grant.config.RotateRefreshToken {
if !grant.config.RotateRefreshTokens {
return accessToken, refreshToken, nil
}

Expand Down

0 comments on commit c06531f

Please sign in to comment.