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

Commit

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

changePassword(userId, newPassword, newPassword2);
var newPassword = "";
var newPassword2 = "";
$('#new_password') = "";
$('#new_password2') = "";
$('#editUserModal').modal('hide');
});

Expand Down

0 comments on commit 178c15a

Please sign in to comment.