Skip to content

Commit 461aebf

Browse files
committed
Add /forgotten-password to default whitelist
1 parent 9f82d98 commit 461aebf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Http/DefaultRouteChecker.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public function isDefaultRoute(string $route): bool
2121
str_starts_with($route, '/api') ||
2222
str_starts_with($route, '/admin') ||
2323
str_contains($route, '/login') ||
24+
str_contains($route, '/forgotten-password') ||
2425
str_contains($route, '/register') ||
2526
str_contains($route, '/cart') ||
2627
str_contains($route, '/checkout') ||

0 commit comments

Comments
 (0)