Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -151,7 +151,7 @@
|
|
| 151 |
|
| 152 |
// Обработчик кнопки "Войти"
|
| 153 |
loginButton.addEventListener('click', () => {
|
| 154 |
-
if (passwordInput.value === '
|
| 155 |
localStorage.setItem('isAnvicoAuthenticated', 'true');
|
| 156 |
unlockApp();
|
| 157 |
} else {
|
|
|
|
| 151 |
|
| 152 |
// Обработчик кнопки "Войти"
|
| 153 |
loginButton.addEventListener('click', () => {
|
| 154 |
+
if (passwordInput.value === '999888008') {
|
| 155 |
localStorage.setItem('isAnvicoAuthenticated', 'true');
|
| 156 |
unlockApp();
|
| 157 |
} else {
|