Update login page

This commit is contained in:
Matteo Gheza 2021-12-29 14:29:08 +01:00
parent b6970658c7
commit a3dbed581c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<div class="container text-center d-flex justify-content-center pt-3">
<main class="form-signin">
<h1 class="h3 mb-3 fw-normal">Please sign in</h1>
<owner-image></owner-image>
<div class="my-2 text-danger" *ngIf="!loginResponse.loginOk">{{ loginResponse.message }}</div>
<div class="form-floating">
<input type="text" class="form-control" (keydown.enter)="inputPassword.focus()" [(ngModel)]="username" id="username" placeholder="Username">