Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -162,7 +162,7 @@
|
|
162 |
const errorMessage = document.getElementById('errorMessage');
|
163 |
|
164 |
// Set your password here (in a real application, this would be server-side)
|
165 |
-
const correctPassword = "
|
166 |
|
167 |
adminLink.addEventListener('click', function(e) {
|
168 |
e.preventDefault();
|
|
|
162 |
const errorMessage = document.getElementById('errorMessage');
|
163 |
|
164 |
// Set your password here (in a real application, this would be server-side)
|
165 |
+
const correctPassword = "tarqeemnoor"; // Change this to your desired password
|
166 |
|
167 |
adminLink.addEventListener('click', function(e) {
|
168 |
e.preventDefault();
|