Skip to content

Commit f62acc6

Browse files
author
Topi Paavilainen
committed
a small fix
1 parent aa57885 commit f62acc6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fum/common/static/js/main.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ $(document).ready(function(){
102102
*/
103103
$('#password-modal').on('shown', function() {
104104
$('#password-modal input:visible').first().focus();
105+
$('#password-length').show();
106+
$('#password-character-groups').show();
107+
$('#passwords-matching').hide();
105108
});
106109

107110
$('#password-modal').on('hide', function() {

0 commit comments

Comments
 (0)