add autocomplete attribute to the email field

This commit is contained in:
2026-03-29 08:15:16 -04:00
parent ae890bd01d
commit 312466414f

View File

@@ -141,6 +141,7 @@
id="email" id="email"
name="email" name="email"
placeholder="your.email@example.com" placeholder="your.email@example.com"
autocomplete="email"
required required
disabled={formState === 'submitting'} disabled={formState === 'submitting'}
class="w-full rounded-md border border-border bg-background px-4 py-2.5 text-foreground placeholder:text-muted-foreground focus:border-primary focus:outline-none focus:ring-2 focus:ring-primary/20 disabled:cursor-not-allowed disabled:opacity-50 transition-all duration-200" class="w-full rounded-md border border-border bg-background px-4 py-2.5 text-foreground placeholder:text-muted-foreground focus:border-primary focus:outline-none focus:ring-2 focus:ring-primary/20 disabled:cursor-not-allowed disabled:opacity-50 transition-all duration-200"