Fixes #883
parent
892849c30b
commit
3e1322de66
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue