diff --git a/frontend/src/components/hosted/AppContainer.tsx b/frontend/src/components/hosted/AppContainer.tsx index 06a04d6..6eee70c 100644 --- a/frontend/src/components/hosted/AppContainer.tsx +++ b/frontend/src/components/hosted/AppContainer.tsx @@ -17,7 +17,7 @@ function AppContainer() { // If Clerk is loaded and the user is not signed in, show the sign up popup useEffect(() => { if (isLoaded && !isSignedIn) { - setShowPopup(true); + // setShowPopup(true); } }, [isSignedIn, isLoaded]); @@ -43,7 +43,7 @@ function AppContainer() { }, []); // If Clerk is still loading, show a spinner - if (!isLoaded) return ; + // if (!isLoaded) return ; return ( <>