Skip to content

Commit 966a65a

Browse files
committed
fixes bug
1 parent a2a34b7 commit 966a65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/session/sessionRequestFunctions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ func RefreshSessionInRequest(req *http.Request, res http.ResponseWriter, config
383383
}
384384
}
385385

386-
False := false
386+
True := true
387387
return nil, errors.UnauthorizedError{
388388
Msg: "Refresh token not found. Are you sending the refresh token in the request as a cookie?",
389389
ClearTokens: &True,

0 commit comments

Comments
 (0)