testing
This commit is contained in:
@@ -9,7 +9,7 @@ Route::get('/', function() {
|
||||
if(Auth::check()) {
|
||||
return redirect('/dashboard');
|
||||
} else {
|
||||
return view('login');
|
||||
return redirect('/');
|
||||
}
|
||||
|
||||
})->name('notloggedin');
|
||||
|
||||
Reference in New Issue
Block a user