hdaklue
Make all panels use the same Login and Logout routes.
any idea? the issue that I can't find away to override this function
public function getLoginUrl(array $parameters = []): ?string
{
if (! $this->hasLogin()) {
return null;
}
return route("filament.{$this->getId()}.auth.login", $parameters);
}
5 replies