Filament::getCurrentPanel()?->getId(), 'filament_guard_check' => Filament::auth()->check(), 'filament_user_id' => Filament::auth()->id(), ]); $this->redirect($this->getRedirectUrl()); return null; } return $response; } }