chore: prettier
All checks were successful
CI / Get Changed Files (pull_request) Successful in 12s
CI / Docker backend validation (pull_request) Successful in 13s
CI / eslint (pull_request) Successful in 36s
CI / Docker frontend validation (pull_request) Successful in 53s
CI / Checkstyle Main (pull_request) Successful in 52s
CI / oxlint (pull_request) Successful in 24s
CI / prettier (pull_request) Successful in 26s
CI / test-build (pull_request) Successful in 43s

This commit is contained in:
Constantin Simonis 2025-05-07 16:26:21 +02:00
commit 5a0d7b2313
No known key found for this signature in database
GPG key ID: 3878FF77C24AF4D2
7 changed files with 35 additions and 10 deletions

View file

@ -31,7 +31,9 @@
</div>
<div>
<label for="username" class="text-text-secondary text-sm font-medium mb-1 block">Benutzername</label>
<label for="username" class="text-text-secondary text-sm font-medium mb-1 block"
>Benutzername</label
>
<input
id="username"
type="text"
@ -52,7 +54,9 @@
</div>
<div>
<label for="password" class="text-text-secondary text-sm font-medium mb-1 block">Passwort</label>
<label for="password" class="text-text-secondary text-sm font-medium mb-1 block"
>Passwort</label
>
<input
id="password"
type="password"
@ -86,7 +90,10 @@
<div class="mt-6 text-center">
<p class="text-sm text-text-secondary">
Bereits ein Konto?
<a routerLink="/login" class="font-medium text-emerald hover:text-emerald-light transition-all duration-200">
<a
routerLink="/login"
class="font-medium text-emerald hover:text-emerald-light transition-all duration-200"
>
Anmelden
</a>
</p>