We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b1ce2e commit 4c15900Copy full SHA for 4c15900
src/module/components/ngx-auth-firebaseui/auth.component.html
@@ -164,7 +164,8 @@
164
<mat-label>{{emailText}}</mat-label>
165
<input matInput
166
type="email"
167
- [formControl]="sigUpEmailFormControl">
+ [formControl]="sigUpEmailFormControl"
168
+ required>
169
<mat-icon matSuffix [color]="color">email</mat-icon>
170
<mat-error *ngIf="sigUpEmailFormControl.hasError('required')">
171
{{emailErrorRequiredText}}
0 commit comments