mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-14 07:27:47 +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">
|
<form wire:submit="login" class="flex flex-col gap-6">
|
||||||
<!-- Email Address -->
|
<!-- Email Address -->
|
||||||
<flux:input wire:model="email" label="{{ __('Email address') }}" type="email" name="email" required autofocus
|
<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 -->
|
<!-- Password -->
|
||||||
<div class="relative">
|
<div class="relative">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue