Enable profile and add OIDC menu item to Filament panel configuration

This commit is contained in:
2026-04-26 17:10:28 -04:00
parent 7e8b35bf20
commit 00ff08e3a6
@@ -60,6 +60,13 @@ class AdminPanelProvider extends PanelProvider
->id('admin')
->path('admin')
->login()
->profile()
->userMenuItems([
'oidc' => MenuItem::make()
->label('Link OIDC Account')
->icon('heroicon-o-link')
->url(fn (): string => url('auth/social/oidc')),
])
->brandName(env('APP_NAME'))
->homeUrl('/')
->colors([