mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
show AIO password
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
2a83c57425
commit
9e26e24820
2 changed files with 8 additions and 1 deletions
|
|
@ -39,6 +39,12 @@
|
|||
document.getElementById('overlay').classList.remove('loading');
|
||||
}
|
||||
|
||||
function mirrorPassword() {
|
||||
var Password = document.getElementById("Password");
|
||||
var mirroredPassword = document.getElementById("mirroredPassword");
|
||||
mirroredPassword.innerText = Password.value;
|
||||
}
|
||||
|
||||
function initForm(form) {
|
||||
function submit(event)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue