We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69d2852 commit 3ef4f16Copy full SHA for 3ef4f16
src/now-ui-stubs/resources/views/auth/verify.blade.php
@@ -15,7 +15,11 @@
15
@endif
16
17
{{ __('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>.
+ {{ __('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>
23
</div>
24
25
0 commit comments