forked from fa/breadcrumb-the-shire
fix(routing): prevent login redirect loops on alias targets
This commit is contained in:
@@ -40,7 +40,7 @@ final class RouteCatalogTest extends TestCase
|
||||
],
|
||||
$catalog->coreRoutes()
|
||||
);
|
||||
self::assertSame(['login'], $catalog->corePublicPaths());
|
||||
self::assertSame(['auth/login', 'login'], $catalog->corePublicPaths());
|
||||
}
|
||||
|
||||
public function testThrowsWhenRouteConfigDoesNotReturnArray(): void
|
||||
|
||||
Reference in New Issue
Block a user