fix redirect to homepage after auth and add static server for files #14

Merged
d3m0k1d merged 6 commits from develop into master 2026-02-15 10:59:34 +00:00
Showing only changes of commit ea8fa90a31 - Show all commits

View File

@@ -18,7 +18,7 @@ export default function AuthCallback() {
await checkAuth();
navigate("/", { replace: true });
window.location.href = "/";
} else {
console.error("No token in URL");
navigate("/login?error=no_token");