We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed425d4 + 5358be4 commit a2de486Copy full SHA for a2de486
src/Livewire/MenuLogins.php
@@ -38,6 +38,6 @@ public function loginAs(string $credentials): RedirectResponse | Redirector
38
abort(403);
39
}
40
41
- return FilamentDevelopersLogin::login(Filament::getPanel(), $this->plugin, $credentials);
+ return FilamentDevelopersLogin::login(Filament::getCurrentPanel(), $this->plugin, $credentials);
42
43
0 commit comments