Skip to content

Commit 4afef34

Browse files
iQQBotCopilot
andauthored
Update authenticator.ts
Co-authored-by: Copilot <[email protected]>
1 parent dc0dda6 commit 4afef34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/server/src/auth/authenticator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export class Authenticator {
106106
hasStateNonce: !!stateNonce,
107107
hasCookieNonce: !!cookieNonce,
108108
});
109-
res.status(403).send("CSRF protection: Invalid or missing nonce");
109+
res.status(403).send("Authentication failed");
110110
return;
111111
}
112112

0 commit comments

Comments
 (0)