Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
reset change password
Browse files Browse the repository at this point in the history
  • Loading branch information
loimax committed Jan 25, 2024
1 parent 2ae88d7 commit 0e9a00f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,8 @@ <h1 class="text-left">Templates de VMs</h1>
var newPassword2 = $('#new_password2').val();

changePassword(userId, newPassword, newPassword2);

var newPassword = "";
var newPassword2 = "";
$('#editUserModal').modal('hide');
});

Expand Down

0 comments on commit 0e9a00f

Please sign in to comment.