Skip to content

Commit 4c15900

Browse files
committed
feat(package): added required attribute to the email input #226 #76
1 parent 0b1ce2e commit 4c15900

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/module/components/ngx-auth-firebaseui/auth.component.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@
164164
<mat-label>{{emailText}}</mat-label>
165165
<input matInput
166166
type="email"
167-
[formControl]="sigUpEmailFormControl">
167+
[formControl]="sigUpEmailFormControl"
168+
required>
168169
<mat-icon matSuffix [color]="color">email</mat-icon>
169170
<mat-error *ngIf="sigUpEmailFormControl.hasError('required')">
170171
{{emailErrorRequiredText}}

0 commit comments

Comments
 (0)