File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
src/tailwindcss-stubs/resources/views/auth Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 21
21
{{ __ (' Before proceeding, please check your email for a verification link.' ) } }
22
22
</p >
23
23
24
- <a class =" bg-blue-500 hover:bg-blue-700 text-gray-100 font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline no-underline mx-auto" href =" {{ route (' verification.resend' ) } }" >
25
- {{ __ (' Resend verification email' ) } }
26
- </a >
24
+ {{ __ (' If you did not receive the email' ) } } ,
25
+ <form class =" inline" method =" post" action =" {{ route (' verification.resend' ) } }" >
26
+ @csrf
27
+ <button class =" bg-blue-500 hover:bg-blue-700 text-gray-100 font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline no-underline mx-auto" >
28
+ {{ __ (' click here to resend another' ) } }
29
+ </button >
30
+ </form >
27
31
</div >
28
32
29
33
</div >
You can’t perform that action at this time.
0 commit comments