- removed all controller methods from 'app/Controlles/Http/Admin/UsersControllers.ts' - merged all authentication methods inside 'app/Controllers/Http/Auth/UserController.ts'
This commit is contained in:
parent
68928b5e07
commit
4efa53673f
7 changed files with 133 additions and 187 deletions
|
@ -150,9 +150,9 @@ Route.get('/settings/user/security', 'UserController.accountInfo')
|
|||
.namespace('App/Controllers/Http/Auth')
|
||||
.middleware(['auth']);
|
||||
|
||||
Route.post('/settings/user/store', 'UsersController.accountInfoStore')
|
||||
Route.post('/settings/user/store', 'UserController.accountInfoStore')
|
||||
.as('account.password.store')
|
||||
.namespace('App/Controllers/Http/Admin')
|
||||
.namespace('App/Controllers/Http/Auth')
|
||||
.middleware(['auth']);
|
||||
// Route::post('change-password', 'UserController@changePasswordStore')->name('admin.account.password.store');
|
||||
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue