diff --git a/src/components/NextShield.tsx b/src/components/NextShield.tsx index bb8e394..38a0b30 100644 --- a/src/components/NextShield.tsx +++ b/src/components/NextShield.tsx @@ -86,7 +86,7 @@ export function NextShield< if ( ((isLoading || !isAuth) && pathIsPrivate) || ((isLoading || isAuth) && pathIsPublic) || - ((isLoading || userRole) && !pathIsAuthorized) || + ((isLoading || userRole) && !pathIsAuthorized && !pathIsHybrid) || (isLoading && pathIsHybrid) ) return <>{LoadingComponent}