Use the auth.two-factor route
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
<h3>{{ trans('dashboard.login.two-factor') }}</h3>
|
<h3>{{ trans('dashboard.login.two-factor') }}</h3>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<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() }}">
|
<input type="hidden" name="_token" value="{{ csrf_token() }}">
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
|
|||||||
Reference in New Issue
Block a user