File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 4646 "test:integration:localhost" : " pnpm test:integration:base --grep @localhost" ,
4747 "test:integration:machine" : " E2E_APP_ID=withMachine.* pnpm test:integration:base --grep @machine" ,
4848 "test:integration:nextjs" : " E2E_APP_ID=next.appRouter.* pnpm test:integration:base --grep @nextjs" ,
49- "test:integration:nuxt" : " E2E_APP_ID=nuxt.node pnpm test:integration:base --grep @nuxt" ,
49+ "test:integration:nuxt" : " E2E_APP_ID=nuxt.node npm run test:integration:base -- --grep @nuxt" ,
5050 "test:integration:quickstart" : " E2E_APP_ID=quickstart.* pnpm test:integration:base --grep @quickstart" ,
5151 "test:integration:react-router" : " E2E_APP_ID=react-router.* pnpm test:integration:base --grep @react-router" ,
5252 "test:integration:sessions" : " DISABLE_WEB_SECURITY=true E2E_SESSIONS_APP_1_ENV_KEY=sessions-prod-1 E2E_SESSIONS_APP_2_ENV_KEY=sessions-prod-2 E2E_SESSIONS_APP_1_HOST=multiple-apps-e2e.clerk.app pnpm test:integration:base --grep @sessions" ,
Original file line number Diff line number Diff line change @@ -628,6 +628,10 @@ export class IsomorphicClerk implements IsomorphicLoadedClerk {
628628 clerkjs . openWaitlist ( this . preOpenWaitlist ) ;
629629 }
630630
631+ if ( this . preopenEnableOrganizationsPrompt ) {
632+ clerkjs . __internal_openEnableOrganizationsPrompt ( this . preopenEnableOrganizationsPrompt ) ;
633+ }
634+
631635 this . premountSignInNodes . forEach ( ( props , node ) => {
632636 clerkjs . mountSignIn ( node , props ) ;
633637 } ) ;
You can’t perform that action at this time.
0 commit comments