Skip to content

Commit fcf3cb9

Browse files
fix: change method of re-send email template (InfyOmLabs#17)
1 parent 32448a6 commit fcf3cb9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

adminlte-stubs/auth/verify.blade.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@
1515
@endif
1616
<p>Before proceeding, please check your email for a verification link.If you did not receive
1717
the email,</p>
18-
<a href="{{ route('verification.resend') }}">click here to request another'</a>.
18+
<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>
1925
</div>
2026
</div>
2127
</div>

0 commit comments

Comments
 (0)