forked from fa/breadcrumb-the-shire
fix(routing): prevent login redirect loops on alias targets
This commit is contained in:
@@ -251,6 +251,7 @@ final class ModuleRegistry
|
||||
$this->mergedRoutes[] = $route;
|
||||
if (!empty($route['public'])) {
|
||||
$this->mergedPublicPaths[] = $path;
|
||||
$this->mergedPublicPaths[] = $target;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user