Skip to content

Commit

Permalink
Merge pull request #643 from lst97/bug/edit-profile-form.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jakerenzella committed Dec 10, 2022
2 parents 2da76c5 + d6d1ed9 commit decf590
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1>{{ initialFirstName }}</h1>

<mat-form-field fxFlex="48" appearance="outline" fxFlexAlign="end">
<mat-label>Second Name</mat-label>
<input matInput [(ngModel)]="user.lastName" name="last" />
<input matInput [(ngModel)]="user.lastName" name="last" required />
</mat-form-field>
</div>

Expand Down

0 comments on commit decf590

Please sign in to comment.