Skip to content

Commit 4d77d33

Browse files
hickfordGusted
and
Gusted
committed
Update routers/web/auth/oauth.go
Co-authored-by: Gusted <[email protected]>
1 parent 4aeb963 commit 4d77d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/auth/oauth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ func handleRefreshToken(ctx *context.Context, form forms.AccessTokenForm, server
672672
if err != nil {
673673
handleAccessTokenError(ctx, AccessTokenError{
674674
ErrorCode: AccessTokenErrorCodeInvalidClient,
675-
ErrorDescription: fmt.Sprintf("cannot load client with client id: '%s'", form.ClientID),
675+
ErrorDescription: fmt.Sprintf("cannot load client with client id: %q", form.ClientID),
676676
})
677677
return
678678
}

0 commit comments

Comments
 (0)