From 869c3d1f04d6225a1c8b0132bc4d68cab1324753 Mon Sep 17 00:00:00 2001 From: Zzza38 <155106336+Zzza38@users.noreply.github.com> Date: Thu, 15 Feb 2024 14:22:23 +0000 Subject: [PATCH] Update index.html --- unblocker/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");