Skip to content

Commit a0f437f

Browse files
Merge pull request #66 from mattdfloyd/patch-1
Submit Verification Resend as Post
2 parents 7be8625 + f3acfc1 commit a0f437f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tailwindcss-stubs/resources/views/auth/verify.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
{{ __('If you did not receive the email') }}, <a class="text-blue-500 hover:text-blue-700 no-underline" onclick="event.preventDefault(); document.getElementById('resend-verification-form').submit();">{{ __('click here to resend another') }}</a>.
2626
</p>
2727

28-
<form id="resend-verification-form" action="{{ route('verification.resend') }}" class="hidden">
28+
<form id="resend-verification-form" method="POST" action="{{ route('verification.resend') }}" class="hidden">
2929
@csrf
3030
</form>
3131
</div>

0 commit comments

Comments
 (0)