Skip to content

Commit e8d7718

Browse files
Merge pull request #98 from Lubje/patch-1
Remove unnecessary closing round bracket
2 parents dfcda6a + e89fafa commit e8d7718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tailwindcss-stubs/resources/views/auth/passwords/reset.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{{ __('E-Mail Address') }}:
2121
</label>
2222

23-
<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>
23+
<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>
2424

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

0 commit comments

Comments
 (0)