Skip to content

Commit

Permalink
Update AdminPanelProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Feb 5, 2024
1 parent c82dad9 commit 9505e27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Providers/Filament/AdminPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public function panel(Panel $panel): Panel
->homeUrl('/')
->id('admin')
->path('admin')
->emailVerification()
->login(Login::class)
->profile(isSimple: false)
->font('Karla')
Expand Down

0 comments on commit 9505e27

Please sign in to comment.