Improve login

pull/1/head
Max Ehrlicher-Schmidt 4 years ago
parent 0327597cd6
commit 4138970ac3

@ -1,6 +1,6 @@
<div id="login-form"> <div id="login-form">
<h1>fLotte Login</h1> <h1>fLotte Login</h1>
<mat-form-field> <mat-form-field (keyup.enter)="login()">
<mat-label>E-Mail-Adresse eingeben</mat-label> <mat-label>E-Mail-Adresse eingeben</mat-label>
<input matInput placeholder="fLotte@beispiel.de" [formControl]="email" /> <input matInput placeholder="fLotte@beispiel.de" [formControl]="email" />
<mat-error *ngIf="email.hasError('required')"> <mat-error *ngIf="email.hasError('required')">
@ -11,7 +11,7 @@
</mat-error> </mat-error>
</mat-form-field> </mat-form-field>
<mat-form-field> <mat-form-field (keyup.enter)="login()">
<mat-label>Passwort eingeben</mat-label> <mat-label>Passwort eingeben</mat-label>
<input <input
matInput matInput

Loading…
Cancel
Save