I'm very dumb

This commit is contained in:
Tracker-Friendly 2024-04-16 16:18:19 +01:00
parent b5701808dc
commit c1b869ff92
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<script> <script>
if (localStorage.getItem("DONOTSHARE-secretkey") === null) { if (localStorage.getItem("DONOTSHARE-secretkey") === null) {
window.location.replace("/app" + window.location.search) window.location.replace("/login" + window.location.search)
document.body.innerHTML = "Redirecting..." document.body.innerHTML = "Redirecting..."
throw new Error(); throw new Error();
} }