mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 12:42:15 +01:00
Fixed middlwares after jetstream removal
This commit is contained in:
@@ -33,6 +33,7 @@ Route::get('/shared-report', function () {
|
|||||||
|
|
||||||
Route::middleware([
|
Route::middleware([
|
||||||
'auth:web',
|
'auth:web',
|
||||||
|
'auth.session',
|
||||||
'verified',
|
'verified',
|
||||||
])->group(function (): void {
|
])->group(function (): void {
|
||||||
Route::get('/dashboard', [DashboardController::class, 'dashboard'])->name('dashboard');
|
Route::get('/dashboard', [DashboardController::class, 'dashboard'])->name('dashboard');
|
||||||
|
|||||||
Reference in New Issue
Block a user