Skip to content

Commit

Permalink
fix: fixed AppAdminPanel login
Browse files Browse the repository at this point in the history
  • Loading branch information
icarojobs committed Jan 16, 2024
1 parent 7602021 commit d28dd6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions app/Providers/Filament/AppPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public function panel(Panel $panel): Panel
return $panel
->id('app')
->path('app')
->login()
->colors([
'primary' => Color::Amber,
])
Expand Down
4 changes: 0 additions & 4 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,3 @@
return view('welcome');
})->name('frontend.home');


Route::get('/app/login', function () {
return to_route('filament.admin.auth.login');
})->name('login');

0 comments on commit d28dd6e

Please sign in to comment.