zmiany w ustawieniach

This commit is contained in:
2026-08-12 17:03:22 +02:00
parent 1e361bde93
commit fbb7ab2d90
32 changed files with 2784 additions and 1194 deletions
+2 -1
View File
@@ -170,7 +170,8 @@ export function PhoneOtpModal({ email, phone, onClose, onVerified }: {
try {
await resendPhoneOtp(email);
setInfo('Wysłaliśmy nowy kod SMS.');
setCooldown(30);
// Zgodne z odstepem wymuszanym przez backend (RESEND_COOLDOWN_SECONDS).
setCooldown(60);
} catch (e) {
setError(errMsg(e));
}