Skip to content
Snippets Groups Projects
Commit 96f0badd authored by Baptiste Toulemonde's avatar Baptiste Toulemonde
Browse files

bug fix

parent 78124e14
No related branches found
No related tags found
1 merge request!34Feature/indigo auth
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment