|
|
@@ -87,7 +87,7 @@
|
|
|
element.previousElementSibling.type = 'text';
|
|
|
element.textContent = "👁 Passwort verstecken";
|
|
|
}
|
|
|
- if (element.previousElementSibling.type == 'test') {
|
|
|
+ if (element.previousElementSibling.type == 'text') {
|
|
|
element.previousElementSibling.type = 'password';
|
|
|
element.textContent = "👁 Passwort anzeigen";
|
|
|
}
|