Skip to content

Commit f462cf7

Browse files
authored
Use named route for two-factor (#528)
1 parent 378bbda commit f462cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/resources/views/auth/two-factor-challenge.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<x-jet-validation-errors class="mb-4" />
1717

18-
<form method="POST" action="/two-factor-challenge">
18+
<form method="POST" action="{{ route('two-factor.login') }}">
1919
@csrf
2020

2121
<div class="mt-4" x-show="! recovery">

0 commit comments

Comments
 (0)