Add authentication #17

Manually merged
Webmaster merged 225 commits from auth into main 2025-03-08 10:37:06 +00:00
Showing only changes of commit e35adfaa5b - Show all commits

View file

@ -12,6 +12,6 @@ const title = "Authenticating...";
</div>
</main>
<script>
import { RedirectHandler } from "../components/auth/RedirectHandler";
import { RedirectHandler } from "../scripts/auth/RedirectHandler";
new RedirectHandler();
</script>