fix and update

This commit is contained in:
lendry
2026-07-07 08:14:26 +03:00
parent 9ca5071f1a
commit cddb29fef6
3 changed files with 50 additions and 5 deletions

View File

@@ -655,8 +655,6 @@ export default function LoginPage() {
await completePin(pendingSessionId, pin);
finishLoginRedirect();
} catch (error) {
showToast(error instanceof Error ? error.message : 'Не удалось проверить PIN-код');