forked from TFMM/silent-auction
Enable profile and add OIDC menu item to Filament panel configuration
This commit is contained in:
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user