add cooldown notification repeat

This commit is contained in:
lendry
2026-06-25 14:45:01 +03:00
parent 6c63343fc7
commit 9671fe458b
11 changed files with 173 additions and 25 deletions

View File

@@ -51,8 +51,8 @@ export default function RegisterPage() {
try {
const identifier = getIdentifier();
setRecipient(identifier);
const masked = await sendLoginOtp(identifier);
setMaskedTarget(masked);
const response = await sendLoginOtp(identifier);
setMaskedTarget(response.maskedTarget);
setOtp('');
setStep('otp');
showToast('Код отправлен. Введите его ниже.');