Use the auth.two-factor route
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<h3>{{ trans('dashboard.login.two-factor') }}</h3>
|
||||
</div>
|
||||
<br>
|
||||
<form method="POST" action="/auth/2fa" accept-charset="UTF-8">
|
||||
<form method="POST" action="{{ route('auth.two-factor') }}" accept-charset="UTF-8">
|
||||
<input type="hidden" name="_token" value="{{ csrf_token() }}">
|
||||
|
||||
<fieldset>
|
||||
|
||||
Reference in New Issue
Block a user