Skip to content

Commit

Permalink
Update check.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmixcom authored Sep 28, 2023
1 parent 3386381 commit 99aaa05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report/check.js
Original file line number Diff line number Diff line change
@@ -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;');
Expand Down

0 comments on commit 99aaa05

Please sign in to comment.