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