From 46dde9cd06f0510997c28fe27be8d37b213baa19 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Thu, 26 Oct 2023 12:41:49 -0600 Subject: [PATCH] closes #2454 --- .../setup-wizard/src/app/modals/password/password.page.html | 2 -- frontend/projects/ui/src/app/pages/login/login.page.html | 1 - 2 files changed, 3 deletions(-) diff --git a/frontend/projects/setup-wizard/src/app/modals/password/password.page.html b/frontend/projects/setup-wizard/src/app/modals/password/password.page.html index d779077c6..ccf836737 100644 --- a/frontend/projects/setup-wizard/src/app/modals/password/password.page.html +++ b/frontend/projects/setup-wizard/src/app/modals/password/password.page.html @@ -27,7 +27,6 @@ [type]="!unmasked1 ? 'password' : 'text'" placeholder="Enter Password" (ionChange)="validate()" - maxlength="64" > Http detected [type]="unmasked ? 'text' : 'password'" [(ngModel)]="password" (ionChange)="error = ''" - maxlength="64" >