Skip to content

Commit

Permalink
Merge branch 'messerli90/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldyrynda committed Apr 4, 2020
2 parents b3886e6 + 90b47f2 commit dfcda6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{{ __('E-Mail Address') }}:
</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="{{ $email ?? old('email') ) }}" required autocomplete="email" autofocus>

@error('email')
<p class="text-red-500 text-xs italic mt-4">
Expand Down

0 comments on commit dfcda6a

Please sign in to comment.