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

Commit

Permalink
final try
Browse files Browse the repository at this point in the history
  • Loading branch information
loimax committed Jan 25, 2024
1 parent 6ca4979 commit 092d071
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 @@ -426,9 +426,9 @@ <h1 class="text-left">Templates de VMs</h1>

changePassword(userId, newPassword, newPassword2);

$('#new_password').val("manger");
$('#new_password').val('');
$('#new_password2').val('');

$('#editUserModal').modal('hide');
});

Expand Down

0 comments on commit 092d071

Please sign in to comment.