diff --git a/src/app/authentication/signup/signup.component.html b/src/app/authentication/signup/signup.component.html index c5729560a27e53dd2d2e9152dcf538623f288904..4b67802404d798b6f38bac2ae5e3eac9cc21c2d8 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