Browse Source

feat(vben5): Change the title of the reset password button

- 更改重置密码提交按钮标题
pull/1219/head
colin 8 months ago
parent
commit
96042d6ed0
  1. 1
      apps/vben5/apps/app-antd/src/views/_core/authentication/forget-password.vue

1
apps/vben5/apps/app-antd/src/views/_core/authentication/forget-password.vue

@ -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"
/>

Loading…
Cancel
Save