modified redirect when not logged in
This commit is contained in:
@@ -17,7 +17,7 @@ Route::get('/', function () {
|
||||
}
|
||||
|
||||
return view('login');
|
||||
})->name('login');
|
||||
})->name('notloggedin');
|
||||
|
||||
/**
|
||||
* Login Display pages
|
||||
|
||||
Reference in New Issue
Block a user