correct login route
This commit is contained in:
parent
8dd6567ccc
commit
e771c4921f
3 changed files with 5 additions and 5 deletions
|
@ -294,7 +294,7 @@ Route::get('settings/book/delete/{id}', [
|
|||
// 'password' => 'Auth\PasswordController',
|
||||
// ]);
|
||||
//Auth::routes();
|
||||
$this->get('login', 'Auth\LoginController@showLoginForm')->name('access.login');
|
||||
$this->get('login', 'Auth\LoginController@showLoginForm')->name('login');
|
||||
$this->post('login', 'Auth\LoginController@login');
|
||||
$this->get('logout', 'Auth\LoginController@logout')->name('logout');
|
||||
// Registration Routes...
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue