diff --git a/apps/demo/pages/app/index.tsx b/apps/demo/pages/app/index.tsx index 180a742c3d..3abd8a007b 100644 --- a/apps/demo/pages/app/index.tsx +++ b/apps/demo/pages/app/index.tsx @@ -29,7 +29,6 @@ export default function AppPage({}) { environmentId: process.env.NEXT_PUBLIC_FORMBRICKS_ENVIRONMENT_ID, apiHost: process.env.NEXT_PUBLIC_FORMBRICKS_API_HOST, userId, - debug: true, attributes, }); window.formbricks = formbricks; @@ -105,8 +104,8 @@ export default function AppPage({}) { Reset person / pull data from Formbricks app

- On formbricks.reset() a few things happen: New person is created and{" "} - surveys & no-code actions are pulled from Formbricks:. + On formbricks.reset() the local state will be deleted and formbricks gets{" "} + reinitialized.