From 96f0baddc627d71777c7370c9cd924b611396522 Mon Sep 17 00:00:00 2001 From: Baptiste Toulemonde <toulemonde@cines.fr> Date: Mon, 29 Nov 2021 09:52:35 +0100 Subject: [PATCH] bug fix --- src/app/authentication/signup/signup.component.html | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/authentication/signup/signup.component.html b/src/app/authentication/signup/signup.component.html index c5729560a..4b6780240 100644 --- a/src/app/authentication/signup/signup.component.html +++ b/src/app/authentication/signup/signup.component.html @@ -86,7 +86,6 @@ </nb-form-field> <!-- Password error--> <div class="alert alert-danger" role="alert" *ngIf="f.submitted && password.invalid"> - fdfdf <div *ngIf="password.errors.required">Password is required</div> <div *ngIf="password.errors.minlength"> Password must be at least 6 characters -- GitLab