auth frontend

This commit is contained in:
eneller
2026-03-07 13:53:46 +01:00
parent 3300622191
commit 111d1a7b48
6 changed files with 30 additions and 20 deletions

View File

@@ -12,7 +12,7 @@
<form [formGroup]="loginForm" (ngSubmit)="onSubmit()" novalidate>
<!-- Email -->
<div class="mb-3">
<label for="email" class="form-label">Email</label>
<label for="email" class="form-label">Username</label>
<input
type="text"
id="username"
@@ -49,9 +49,7 @@
class="btn btn-primary w-100 mb-3"
>
@if (loading) {
<span class="spinner-border spinner-border-sm" role="status" aria-hidden="true">
Signing In...
</span>
<span> Signing In... </span>
}@else {
<span>Sign In</span>
}