Fixed redirect after two factor login for filament admin panel

This commit is contained in:
Constantin Graf
2024-05-02 16:20:52 +02:00
parent 0f898130e0
commit 97751b3499
3 changed files with 32 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ return [
|
*/
'name' => env('APP_NAME', 'Laravel'),
'name' => env('APP_NAME', 'solidtime'),
/*
|--------------------------------------------------------------------------