undo accidental change

This commit is contained in:
Rdeisenroth 2025-11-06 23:30:08 +01:00
parent 132622d728
commit 37d61f0ab8
No known key found for this signature in database
GPG key ID: 197008FA42DE7127

View file

@ -220,7 +220,7 @@ export const user = new Elysia()
if (!auth) {
set.status = 500;
return {
message: "Failed to authenticate user.",
message: "No auth cookie, perhaps your browser is blocking cookies.",
};
}