diff --git a/unblocker/index.html b/unblocker/index.html
index fee33f8..8d99a48 100644
--- a/unblocker/index.html
+++ b/unblocker/index.html
@@ -104,7 +104,7 @@
Login
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");