pull/887/head
Zef Hemel 2024-06-08 13:44:41 +02:00
parent 892849c30b
commit 3e1322de66
1 changed files with 1 additions and 0 deletions

View File

@ -321,6 +321,7 @@ export class HttpServer {
}); });
return c.redirect("/"); return c.redirect("/");
} else { } else {
console.error("Authentication failed, redirecting to auth page.");
return c.redirect("/.auth?error=1"); return c.redirect("/.auth?error=1");
} }
} else { } else {