Update index.html

This commit is contained in:
Voxel 2025-04-15 15:01:47 -04:00 committed by GitHub
parent 3670076d91
commit 7a620a0fca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
<script>
if (!localStorage.getItem('loggedInUser')) {
window.location.href = "register.html";
window.location.href = "auth.html";
}
</script>