Browse Source

Reset change password form for mvc

pull/12755/head
Enis Necipoglu 4 years ago
parent
commit
42189b1726
  1. 1
      modules/account/src/Volo.Abp.Account.Web/Pages/Account/Components/ProfileManagementGroup/Password/Default.js

1
modules/account/src/Volo.Abp.Account.Web/Pages/Account/Components/ProfileManagementGroup/Password/Default.js

@ -26,6 +26,7 @@
volo.abp.account.profile.changePassword(input).then(function (result) {
abp.message.success(l('PasswordChanged'));
abp.event.trigger('passwordChanged');
$('#ChangePasswordForm').trigger("reset");
});
});
});

Loading…
Cancel
Save