Fix ban screen

This commit is contained in:
2025-12-20 23:59:13 +07:00
parent 6c824712c9
commit 95e2a77335
5 changed files with 44 additions and 11 deletions

View File

@@ -54,7 +54,8 @@ export function LoginPage() {
navigate('/marathons')
} catch {
setSubmitError(error || 'Ошибка входа')
// Error is already set in store by login function
// Ban case is handled separately via banInfo state
}
}