Skip to content

Commit

Permalink
set input type to email
Browse files Browse the repository at this point in the history
  • Loading branch information
ihaveamicroservice committed Mar 8, 2024
1 parent 1925906 commit 5b47419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/admin/admin.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
>
<mat-form-field class="no-subscript">
<mat-label>E-Mail-Adresse</mat-label>
<input matInput formControlName="email" />
<input matInput type="email" formControlName="email" />
</mat-form-field>
<div class="flex mt-2">
<app-button
Expand Down

0 comments on commit 5b47419

Please sign in to comment.