правка визуальных багов

This commit is contained in:
2026-06-01 00:22:07 +03:00
parent f3a9905423
commit 41fde2566d
14 changed files with 484 additions and 88 deletions

View File

@@ -155,6 +155,8 @@
setTimeout(() => { window.location.href = redirect; }, 400);
} else {
showAlert(data.message || 'Неверное имя пользователя или пароль', 'error');
passwordInput.value = '';
passwordInput.focus();
}
} catch (err) {
showAlert('Ошибка соединения с сервером', 'error');