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')
|
->id('admin')
|
||||||
->path('admin')
|
->path('admin')
|
||||||
->login()
|
->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'))
|
->brandName(env('APP_NAME'))
|
||||||
->homeUrl('/')
|
->homeUrl('/')
|
||||||
->colors([
|
->colors([
|
||||||
|
|||||||
Reference in New Issue
Block a user