This commit is contained in:
2025-11-23 02:45:22 +01:00
parent 4f04c54078
commit 0865374660
4 changed files with 5 additions and 409 deletions

View File

@@ -90,6 +90,7 @@ if ($flash && !empty($flash['context']) && in_array($flash['context'], ['login',
required
class="w-full rounded-lg border border-brand-border bg-brand-bg/60 px-3 py-2 text-sm text-brand-text placeholder:text-brand-muted/60 focus:outline-none focus:ring-2 focus:ring-brand-primary/60"
placeholder="you@example.com"
autocomplete="username"
>
</div>
@@ -104,6 +105,7 @@ if ($flash && !empty($flash['context']) && in_array($flash['context'], ['login',
required
class="w-full rounded-lg border border-brand-border bg-brand-bg/60 px-3 py-2 text-sm text-brand-text placeholder:text-brand-muted/60 focus:outline-none focus:ring-2 focus:ring-brand-primary/60"
placeholder="••••••••"
autocomplete="current-password"
>
</div>
@@ -153,6 +155,7 @@ if ($flash && !empty($flash['context']) && in_array($flash['context'], ['login',
required
class="w-full rounded-lg border border-brand-border bg-brand-bg/60 px-3 py-2 text-sm text-brand-text placeholder:text-brand-muted/60 focus:outline-none focus:ring-2 focus:ring-brand-primary/60"
placeholder="Dein Name"
autocomplete="name"
>
</div>
@@ -167,6 +170,7 @@ if ($flash && !empty($flash['context']) && in_array($flash['context'], ['login',
required
class="w-full rounded-lg border border-brand-border bg-brand-bg/60 px-3 py-2 text-sm text-brand-text placeholder:text-brand-muted/60 focus:outline-none focus:ring-2 focus:ring-brand-primary/60"
placeholder="you@example.com"
autocomplete="email"
>
</div>
@@ -181,6 +185,7 @@ if ($flash && !empty($flash['context']) && in_array($flash['context'], ['login',
required
class="w-full rounded-lg border border-brand-border bg-brand-bg/60 px-3 py-2 text-sm text-brand-text placeholder:text-brand-muted/60 focus:outline-none focus:ring-2 focus:ring-brand-primary/60"
placeholder="Mindestens 8 Zeichen"
autocomplete="new-password"
>
</div>