{{ t('LoginPersonal.RetrievePassword') }}
{{ t('LoginPersonal.NextStep') }}
{{ t('LoginPersonal.VerificationCode') }}
{{ t('LoginPersonal.SentTo') }} {{ forgetPasswordEmail }}
{{ time }}s
{{ t('LoginPersonal.Resend') }}
{{ t('LoginPersonal.Password') }}
{{ t('LoginPersonal.AtLeast8Chars') }}
{{ t('LoginPersonal.MustContainSpecial') }}
{{ t('LoginPersonal.MixUpperLowerNumbers') }}
(passwordConditionShow = true)"
@blur="() => (passwordConditionShow = false)"
@input="passwordInput"
@keydown.enter="submitResetPassword()"
/>
{{ t('LoginPersonal.Submit') }}