|
|
@ -158,6 +158,7 @@ async function handleSubmit(values: Recordable<any>) { |
|
|
<AuthenticationForgetPassword |
|
|
<AuthenticationForgetPassword |
|
|
ref="forgetPassword" |
|
|
ref="forgetPassword" |
|
|
:form-schema="formSchema" |
|
|
:form-schema="formSchema" |
|
|
|
|
|
:submit-button-text="$t('AbpAccount.ResetPassword')" |
|
|
:loading="loading" |
|
|
:loading="loading" |
|
|
@submit="handleSubmit" |
|
|
@submit="handleSubmit" |
|
|
/> |
|
|
/> |
|
|
|