Skip to content

Commit

Permalink
Merge pull request #28 from steks89/patch-2
Browse files Browse the repository at this point in the history
Refactoring url() to be using route() instead
  • Loading branch information
zacksmash authored Sep 27, 2022
2 parents 460cba0 + 717663e commit 5dae387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/auth/two-factor-challenge.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</div>
@endif

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

{{--
Expand Down

0 comments on commit 5dae387

Please sign in to comment.