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 35bedc6 commit c65891b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions report/check.js
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;');
}
}

0 comments on commit c65891b

Please sign in to comment.