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