Change email handling and logout function
This commit is contained in:
parent
ca0c35bf82
commit
fce394f6bd
6 changed files with 18 additions and 42 deletions
|
@ -8,7 +8,7 @@
|
|||
| Endpoint: /auth
|
||||
|
|
||||
*/
|
||||
Route::group([], function () {
|
||||
Route::group(['middleware' => 'guest'], function () {
|
||||
// These routes are defined so that we can continue to reference them programatically.
|
||||
// They all route to the same controller function which passes off to Vuejs.
|
||||
Route::get('/login', 'LoginController@index')->name('auth.login');
|
||||
|
|
Reference in a new issue