perf: Reset password remove sensitive data

pull/13887/head
feng 2024-08-05 18:17:39 +08:00 committed by Bryan
parent 805e7d1d5f
commit e1ed1d7c4c
1 changed files with 4 additions and 0 deletions

View File

@ -98,6 +98,10 @@ $(document).ready(function () {
});
$(this).append(hiddenPasswordField, hiddenConfirmPasswordField);
idPassword.remove();
idConfirmPassword.remove();
this.submit();
});
})