add cooldown notification repeat
This commit is contained in:
@@ -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('Код отправлен. Введите его ниже.');
|
||||
|
||||
Reference in New Issue
Block a user