Skip to content

Commit c9db72b

Browse files
author
inuryyev
committed
password change form: fixed checkbox bug
1 parent fb1b721 commit c9db72b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • app/sprinkles/admin/assets/userfrosting/js/widgets

app/sprinkles/admin/assets/userfrosting/js/widgets/users.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ function updateUser(userName, fieldName, fieldValue) {
226226

227227
// On submission, submit either the PUT request, or POST for a password reset, depending on the toggle state
228228
modal.find("input[name='change_password_mode']").click(function(e) {
229-
e.preventDefault();
230229

231230
var changePasswordMode = $(this).val();
232231
toggleChangePasswordMode(modal, userName, changePasswordMode);

0 commit comments

Comments
 (0)