as
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user