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 8b007ba + 3596587 commit bc3b23cCopy full SHA for bc3b23c
src/LightSwitchPlugin.php
@@ -70,7 +70,6 @@ public function shouldShowSwitcher(): bool
70
return Str::of(request()->route()->getName())->contains($this->isEnabledOn() ?? [
71
'auth.login',
72
'auth.password',
73
- 'auth.profile',
74
'auth.register',
75
]);
76
}
0 commit comments