frontend: ui: bugfix: consistent password length. (#2394)

fronend: ui: bugfix: consistent password length.

* The password set dialogue forces maxlenght=64 but when logging in,
  the dialogue does not forces this. This makes an issue when the user
  copy/pastes a longer than 64 character password in boxes. closes #2375
This commit is contained in:
Jadi
2023-08-16 17:29:05 +03:30
committed by GitHub
parent 9322b3d07e
commit 88c85e1d8a

View File

@@ -24,6 +24,7 @@
[type]="unmasked ? 'text' : 'password'"
[(ngModel)]="password"
(ionChange)="error = ''"
maxlength="64"
></ion-input>
<ion-button fill="clear" color="light" (click)="toggleMask()">
<ion-icon