feat: tambah custom EditProfile sebagai base halaman profile akun
This commit is contained in:
@@ -33,7 +33,7 @@ class AdminPanelProvider extends PanelProvider
|
||||
->path('dashboard')
|
||||
->viteTheme('resources/css/filament/admin/theme.css')
|
||||
->login()
|
||||
->profile(false)
|
||||
->profile(\App\Filament\Pages\EditProfile::class)
|
||||
->colors([
|
||||
'primary' => Color::Amber,
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user