Skip to content

Commit

Permalink
Update based on PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
nkshah2 committed May 22, 2023
1 parent a73b0be commit 436e079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/session/accessToken.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func GetInfoFromAccessToken(jwtInfo sessmodels.ParsedJWTInfo, jwks keyfunc.JWKS,
}

if parseErr != nil {
supertokens.LogDebugMessage("GetInfoFromAccessToken: Returning TryRefreshTokenError because access token parsing failed")
supertokens.LogDebugMessage(fmt.Sprintf("GetInfoFromAccessToken: Returning TryRefreshTokenError because access token parsing failed - %s", parseErr))
return nil, sterrors.TryRefreshTokenError{
Msg: parseErr.Error(),
}
Expand Down

0 comments on commit 436e079

Please sign in to comment.