undo accidental change
This commit is contained in:
parent
132622d728
commit
37d61f0ab8
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ export const user = new Elysia()
|
||||||
if (!auth) {
|
if (!auth) {
|
||||||
set.status = 500;
|
set.status = 500;
|
||||||
return {
|
return {
|
||||||
message: "Failed to authenticate user.",
|
message: "No auth cookie, perhaps your browser is blocking cookies.",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue