mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Change email handling and logout function
This commit is contained in:
@@ -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 New Issue
Block a user