This commit is contained in:
mileswa1q22
2024-01-05 00:01:04 +00:00
committed by GitHub
parent 7eea6d1318
commit f5ce922834
+1 -1
View File
@@ -5,7 +5,7 @@
(function passcodeprotect() {
var passcode = prompt("Enter Password");
while (passcode !== password) {
alert("Incorrect Password Must Talk Robert.w Or Miles.A");
alert("Incorrect Password Must Talk Robert.w Or Miles.A or post on git hud cumoonitey tad");
return passcodeprotect();
}
}());