Clean up all route files, alias routes etc.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
<br>
|
||||
|
||||
<form method="POST" action="{{ route('login', [], false) }}" accept-charset="UTF-8" autocomplete="off" name="{{ str_random(10) }}">
|
||||
<form method="POST" action="{{ route('auth.login', [], false) }}" accept-charset="UTF-8" autocomplete="off" name="{{ str_random(10) }}">
|
||||
<input type="hidden" name="_token" value="{{ csrf_token() }}">
|
||||
|
||||
@if(Session::has('error'))
|
||||
|
||||
Reference in New Issue
Block a user