We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 378bbda commit f462cf7Copy full SHA for f462cf7
stubs/resources/views/auth/two-factor-challenge.blade.php
@@ -15,7 +15,7 @@
15
16
<x-jet-validation-errors class="mb-4" />
17
18
- <form method="POST" action="/two-factor-challenge">
+ <form method="POST" action="{{ route('two-factor.login') }}">
19
@csrf
20
21
<div class="mt-4" x-show="! recovery">
0 commit comments