Skip to content

Commit

Permalink
chore: fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Jan 30, 2024
1 parent b5445e4 commit 468eb84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/modules/login/pages/login/login.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
<ion-item>
<ion-input
formControlName="username"
[label]="'>Moodle-Anmeldename'"
[label]="'Moodle-Anmeldename'"
[labelPlacement]="'floating'"
(keyup.enter)="login(loginFormGroup)"
></ion-input>
</ion-item>
<ion-item>
<ion-label position="floating">Moodle-Kennwort</ion-label>
<ion-input
formControlName="password"
[label]="'Moodle-Kennwort'"
Expand Down

0 comments on commit 468eb84

Please sign in to comment.