Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzza38 authored Feb 15, 2024
1 parent 25072a8 commit 869c3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unblocker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h2>Login</h2>
const user = users.find(u => u.username === username && u.password === password);
if (user) {
alert("Login successful!");
document.cookie = "loggedInUnblock=true; path=/"; // Set loggedInRBLX cookie
document.cookie = "loggedInPP=true; path=/"; // Set loggedInRBLX cookie
window.location.href = "chooseunblock.html"; // Redirect to the chooserblx.html page
} else {
alert("Invalid username or password");
Expand Down

0 comments on commit 869c3d1

Please sign in to comment.