From 99aaa0584c6665acbb2df152b18f23b898c31f5f Mon Sep 17 00:00:00 2001 From: Lava <63625087+cosmixcom@users.noreply.github.com> Date: Thu, 28 Sep 2023 16:22:21 -0700 Subject: [PATCH] Update check.js --- report/check.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report/check.js b/report/check.js index bf2406f..799ee82 100644 --- a/report/check.js +++ b/report/check.js @@ -1,7 +1,7 @@ // import { checkIfUser } from './backend/account.js' // checkIfUser() if (window.localStorage.getItem('uid') == null) { - window.location.href = '/auth/?b=' + window.location + window.location.href = '/flow/signup/auth/?b=' + window.location } else { console.log('%cBe Careful Do Not Paste Anything Here If You Don\'t Know What You Are Doing, It Could Give Hackers Access To Your Account!', 'color: red; font-size: 40px; font-weight: bold;'); console.log('%cIf you do know what you are doing you should contribute to our development at https://zymono.com/contribute!', 'color: green; font-size: 20px;');