Skip to content

Conversation

messerli90
Copy link
Contributor

Set a default email value from the request when clicking password reset link in email.

</label>

<input id="email" type="email" class="form-input w-full @error('email') border-red-500 @enderror" name="email" value="{{ old('email') }}" required autocomplete="email" autofocus>
<input id="email" type="email" class="form-input w-full @error('email') border-red-500 @enderror" name="email" value="{{ old('email', request()->email) }}" required autocomplete="email" autofocus>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably better if we use the same structure as what's provided in laravel/ui

@michaeldyrynda michaeldyrynda merged commit 224bc5c into laravel-frontend-presets:master Apr 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants