Fix #179 #180

Merged
kevinpauer merged 5 commits from frontend into main 2022-05-12 15:04:08 +00:00
Showing only changes of commit bf08698df3 - Show all commits

View File

@ -24,7 +24,7 @@
email
#email="ngModel"
/>
<div class="alert-danger" *ngIf="email.errors && f.submitted">
<div class="alert alert-danger" *ngIf="email.errors && f.submitted">
<div *ngIf="email.errors?.['required']">Email is required</div>
<div *ngIf="email.errors?.['email']">
Email must be a valid email address