Fix userPassword hash selection, broken by bb9374e

This commit is contained in:
2025-02-12 15:12:56 +11:00
parent 8170e81d13
commit 29f7ce276d
4 changed files with 4 additions and 4 deletions

View File

@@ -202,7 +202,7 @@
});
// Our password type
$('div#userpassword .form-select').each(function() {
$('div#userPassword .form-select').each(function() {
$(this).prop('disabled',false);
})