Completely refactor all routes

This commit is contained in:
James Brooks
2016-10-12 21:31:07 +01:00
parent 446e428486
commit 5a9f6134c4
90 changed files with 486 additions and 341 deletions

View File

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