diff --git a/frontend/pages/signin.vue b/frontend/pages/signin.vue index f2786c8..b00e574 100644 --- a/frontend/pages/signin.vue +++ b/frontend/pages/signin.vue @@ -1,5 +1,4 @@ @@ -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 : "" }} - + بازگشت به فروشگاه