Kgshop commited on
Commit
a2084e7
·
verified ·
1 Parent(s): 3271f75

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -151,7 +151,7 @@
151
 
152
  // Обработчик кнопки "Войти"
153
  loginButton.addEventListener('click', () => {
154
- if (passwordInput.value === '99988808') {
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 {