Skip to content

Commit bc3b23c

Browse files
authored
Merge pull request #23 from awcodes/fix/profile-view
Fix: remove profile view from should show
2 parents 8b007ba + 3596587 commit bc3b23c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/LightSwitchPlugin.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ public function shouldShowSwitcher(): bool
7070
return Str::of(request()->route()->getName())->contains($this->isEnabledOn() ?? [
7171
'auth.login',
7272
'auth.password',
73-
'auth.profile',
7473
'auth.register',
7574
]);
7675
}

0 commit comments

Comments
 (0)