- 更改重置密码提交按钮标题
@ -158,6 +158,7 @@ async function handleSubmit(values: Recordable<any>) {
<AuthenticationForgetPassword
ref="forgetPassword"
:form-schema="formSchema"
:submit-button-text="$t('AbpAccount.ResetPassword')"
:loading="loading"
@submit="handleSubmit"
/>