sercurity

This commit is contained in:
2026-04-20 15:27:27 +07:00
parent 30e326f92a
commit 3b813a85da
2 changed files with 20 additions and 6 deletions

View File

@@ -320,7 +320,7 @@
passwordInput.focus();
}
} catch (error) {
errorMessage.textContent = 'Connection error. Try admin / admin';
errorMessage.textContent = 'Connection error. Try again later.';
errorMessage.classList.remove('hidden');
console.error('Login error:', error);
}