-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
// import { checkIfUser } from './backend/account.js' | ||
// checkIfUser() | ||
if (window.localStorage.getItem('uid') == null) { | ||
window.location.href = '/auth/?b=' + window.location | ||
window.location.href = 'https://zymono.com/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;'); | ||
console.log('%cDo NOT abuse bugs in any Zymono systems!', 'color: orange; font-size: 20px;'); | ||
} | ||
} |