mix up the navbar a bit
This commit is contained in:
@@ -12,9 +12,6 @@ Route::get('/about/privacy', function () {
|
||||
});
|
||||
|
||||
Route::get('/', function () {
|
||||
if (!Auth::guest()) {
|
||||
return redirect(route('profile.view', Auth::user()->name));
|
||||
}
|
||||
return view('welcome');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user