From 5656fd0b96c8b22a6bb7705ea959b4321a090b41 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Tue, 10 Jan 2023 14:53:57 -0700 Subject: [PATCH] fix config bug for number 0 and also maybe conenction icon (#2098) * fix config bug for number 0 and also maybe conenction icon * add max password length to confimation input --- .../setup-wizard/src/app/modals/password/password.page.html | 3 ++- .../components/connection-bar/connection-bar.component.html | 1 - frontend/projects/ui/src/app/services/api/api.fixures.ts | 2 +- frontend/projects/ui/src/app/services/form.service.ts | 4 +++- 4 files changed, 6 insertions(+), 4 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 a603fdf32..003b1132c 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 @@ -48,8 +48,9 @@ [(ngModel)]="passwordVer" [ngModelOptions]="{'standalone': true}" [type]="!unmasked2 ? 'password' : 'text'" - (ionChange)="checkVer()" placeholder="Retype Password" + (ionChange)="checkVer()" + maxlength="64" >