Skip to content

Commit

Permalink
feat(config): add custom guard and login page configuration for Filament
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic moras committed Dec 27, 2024
1 parent 1d7202f commit 93dea56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/filament.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,8 @@

'livewire_loading_delay' => 'default',

'guard' => 'web', // Vérifiez que le bon guard est utilisé
'pages' => [
'login' => \Filament\Pages\Auth\Login::class,
],
];

0 comments on commit 93dea56

Please sign in to comment.