Skip to content

Commit ef8698b

Browse files
committed
Strength meter not working with password generator
1 parent 0682ac3 commit ef8698b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/js/pages/edit_user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ randomString = function(min_length = 16) {
1111
randomString();
1212
}else{
1313
$('input[name=v_password]').val(randomstring);
14+
App.Actions.WEB.update_v_password();
1415
}
1516
}
1617

0 commit comments

Comments
 (0)