mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
fixed typo in edit mail form
This commit is contained in:
parent
4fffddddfb
commit
24fc53ac24
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
var rnum = Math.floor(Math.random() * chars.length);
|
||||
randomstring += chars.substring(rnum,rnum+1);
|
||||
}
|
||||
document.v-add-user.v_password.value = randomstring;
|
||||
document.v_edit_mail_acc.v_password.value = randomstring;
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue