-

{
/>
شماره خود را وارد کنید
@@ -189,7 +186,9 @@ const resetForm = () => {
name="twemoji:flag-iran"
size="24"
/>
- +98
+
+ +98
+
@@ -198,12 +197,12 @@ const resetForm = () => {
v-else
v-model="otpCode"
:status="
- signInStatus === 'success'
- ? 'success'
- : signInStatus === 'error'
- ? 'error'
- : 'idle'
- "
+ signInStatus === 'success'
+ ? 'success'
+ : signInStatus === 'error'
+ ? 'error'
+ : 'idle'
+ "
:disabled="signInIsPending || sendOtpIsPending"
:autofocus="true"
@complete="handleLogin"
@@ -237,17 +236,20 @@ const resetForm = () => {
@click="resendOtp"
:loading="signInIsPending || sendOtpIsPending"
:disabled="
- signInIsPending ||
- isResendOtpBlocked ||
- sendOtpIsPending
- "
+ signInIsPending ||
+ isResendOtpBlocked ||
+ sendOtpIsPending
+ "
>
ارسال مجدد کد
{{ isResendOtpBlocked ? otpBlockerTimePassed : "" }}
-