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 320c21b + 2c3f514 commit 30da9c4Copy full SHA for 30da9c4
src/SpotlightPlugin.php
@@ -37,6 +37,9 @@ public function register(Panel $panel): void
37
public function boot(Panel $panel): void
38
{
39
Filament::serving(function () use ($panel) {
40
+ if(!Filament::auth()->check()) {
41
+ return;
42
+ }
43
config()->set('livewire-ui-spotlight.include_js', false);
44
45
if (Filament::hasTenancy()) {
0 commit comments