Skip to content

Commit 3ef4f16

Browse files
Update verify.blade.php
1 parent 69d2852 commit 3ef4f16

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/now-ui-stubs/resources/views/auth/verify.blade.php

+5-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515
@endif
1616

1717
{{ __('Before proceeding, please check your email for a verification link.') }}
18-
{{ __('If you did not receive the email') }}, <a href="{{ route('verification.resend') }}">{{ __('click here to request another') }}</a>.
18+
{{ __('If you did not receive the email') }},
19+
<form class="d-inline" method="POST" action="{{ route('verification.resend') }}">
20+
@csrf
21+
<button type="submit" class="btn btn-link p-0 m-0 align-baseline">{{ __('click here to request another') }}</button>.
22+
</form>
1923
</div>
2024
</div>
2125
</div>

0 commit comments

Comments
 (0)