mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-28 06:20:14 +00:00
@@ -39,10 +39,13 @@
|
||||
document.getElementById('overlay').classList.remove('loading');
|
||||
}
|
||||
|
||||
function mirrorPassword() {
|
||||
function showPassword() {
|
||||
var Password = document.getElementById("Password");
|
||||
var mirroredPassword = document.getElementById("mirroredPassword");
|
||||
mirroredPassword.innerText = Password.value;
|
||||
if (Password.value !== "" && x.type === "password") {
|
||||
Password.type = "text";
|
||||
} else {
|
||||
Password.type = "password";
|
||||
}
|
||||
}
|
||||
|
||||
function initForm(form) {
|
||||
|
||||
Reference in New Issue
Block a user