We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32448a6 commit fcf3cb9Copy full SHA for fcf3cb9
adminlte-stubs/auth/verify.blade.php
@@ -15,7 +15,13 @@
15
@endif
16
<p>Before proceeding, please check your email for a verification link.If you did not receive
17
the email,</p>
18
- <a href="{{ route('verification.resend') }}">click here to request another'</a>.
+ <a href="#"
19
+ onclick="event.preventDefault(); document.getElementById('resend-form').submit();">
20
+ click here to request another.
21
+ </a>
22
+ <form id="resend-form" action="{{ route('verification.resend') }}" method="POST" class="d-none">
23
+ @csrf
24
+ </form>
25
</div>
26
27
0 commit comments