Skip to content

Commit b6f8777

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

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
@@ -117,7 +117,7 @@ export class Authenticator {
117117
origin: req.get("Origin"),
118118
referer: req.get("Referer"),
119119
});
120-
res.status(403).send("CSRF protection: Invalid request origin");
120+
res.status(403).send("Invalid request");
121121
return;
122122
}
123123

0 commit comments

Comments
 (0)