Skip to content

Commit 24fc53a

Browse files
committed
fixed typo in edit mail form
1 parent 4fffddd commit 24fc53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/admin/edit_mail_acc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
var rnum = Math.floor(Math.random() * chars.length);
4545
randomstring += chars.substring(rnum,rnum+1);
4646
}
47-
document.v-add-user.v_password.value = randomstring;
47+
document.v_edit_mail_acc.v_password.value = randomstring;
4848
}
4949
</script>
5050

0 commit comments

Comments
 (0)