Use the auth.two-factor route

This commit is contained in:
James Brooks
2016-10-09 11:11:33 +01:00
parent 580c23f102
commit 4a539b3826

View File

@@ -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>