Skip to content

Commit

Permalink
Update locker3.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BurdenOwl authored Nov 15, 2024
1 parent f7267bb commit 2c5762f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/locker3.js
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ const checkTrue = async () => {

if (inputHash === flag) {
alert("Password is correct");
window.location.href = 'https://tinyurl.com/3sykfcnt';
window.location.href = 'https://burdenowl.github.io/PlayGround2/';
} else {
alert("Password is incorrect");
}
@@ -31,4 +31,4 @@ const checkTrue = async () => {
}
};

// look into the images closely, there may be something hidden in them :)
// look into the images closely, there may be something hidden in them :)

0 comments on commit 2c5762f

Please sign in to comment.