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 9505e27 commit e1f05e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Providers/Filament/AdminPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ 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 e1f05e7

Please sign in to comment.