Skip to content

Commit c73d356

Browse files
Update verify.blade.php
1 parent af8816d commit c73d356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
@if (Route::has('verification.resend'))
2323
{{ __('If you did not receive the email') }},
2424
<form class="d-inline" method="POST" action="{{ route('verification.resend') }}">
25-
@csrf
26-
<button type="submit" class="btn btn-link p-0 m-0 align-baseline">{{ __('click here to request another') }}</button>.
25+
@csrf
26+
<button type="submit" class="btn btn-link p-0 m-0 align-baseline">{{ __('click here to request another') }}</button>.
2727
</form>
2828
@endif
2929
</p>

0 commit comments

Comments
 (0)