Add disconnection and minor improvements on login page.

This commit is contained in:
Florian THIERRY
2024-03-27 12:15:41 +01:00
parent 13c2cc8118
commit 0900df463a
14 changed files with 193 additions and 76 deletions

View File

@@ -4,7 +4,7 @@
<label for="email">
Email address
</label>
<input type="email" formControlName="email" required />
<input type="email" formControlName="email" autocomplete="email" required />
</div>
<div>
<label for="password">
@@ -12,5 +12,7 @@
</label>
<input type="password" formControlName="password" required />
</div>
<button type="submit">Send</button>
<div class="actions">
<button type="submit">Send</button>
</div>
</form>