feat: tambah custom EditProfile sebagai base halaman profile akun

This commit is contained in:
2026-04-05 09:08:34 +07:00
parent 006e4db3be
commit a0f4882d0b
2 changed files with 21 additions and 1 deletions
@@ -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,
])