mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
fix: login email placeholder
This commit is contained in:
parent
501f25dcc8
commit
05b5b206dd
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ new #[Layout('components.layouts.auth')] class extends Component {
|
|||
<form wire:submit="login" class="flex flex-col gap-6">
|
||||
<!-- Email Address -->
|
||||
<flux:input wire:model="email" label="{{ __('Email address') }}" type="email" name="email" required autofocus
|
||||
autocomplete="email" placeholder="email@example.com"/>
|
||||
autocomplete="email" placeholder="admin@example.com"/>
|
||||
|
||||
<!-- Password -->
|
||||
<div class="relative">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue