diff --git a/apps/code/src/main/services/github-integration/service.ts b/apps/code/src/main/services/github-integration/service.ts index 500df9b02..87524cd27 100644 --- a/apps/code/src/main/services/github-integration/service.ts +++ b/apps/code/src/main/services/github-integration/service.ts @@ -61,7 +61,7 @@ export class GitHubIntegrationService extends TypedEventEmitter { try { const cloudUrl = getCloudUrlFromRegion(region); - const nextPath = `/account-connected/github-login?provider=github&project_id=${projectId}&connect_from=posthog_code`; + const nextPath = `/account-connected/github-integration?provider=github&project_id=${projectId}&connect_from=posthog_code`; const authorizeUrl = `${cloudUrl}/api/environments/${projectId}/integrations/authorize/?kind=github&next=${encodeURIComponent(nextPath)}`; this.clearFlowTimeout(); diff --git a/apps/code/src/renderer/features/ai-approval/components/AiApprovalScreen.tsx b/apps/code/src/renderer/features/ai-approval/components/AiApprovalScreen.tsx index 229a63424..19b597930 100644 --- a/apps/code/src/renderer/features/ai-approval/components/AiApprovalScreen.tsx +++ b/apps/code/src/renderer/features/ai-approval/components/AiApprovalScreen.tsx @@ -80,7 +80,7 @@ export function AiApprovalScreen({ orgName, isAdmin }: AiApprovalScreenProps) { animate={{ opacity: 1, y: 0 }} transition={{ duration: 0.3 }} > - + - {orgName - ? `The "${orgName}" organization hasn't approved AI data processing yet.` - : "Your organization hasn't approved AI data processing yet."}{" "} - PostHog AI may process identifying user data with external - AI providers. Your data won't be used for training models. + {orgName ? ( + <> + Your "{orgName}" organization hasn't + approved AI data processing yet. + + ) : ( + "Your organization hasn't approved AI data processing yet." + )} + + + PostHog AI features process identifying user data with + external AI providers. +
+ Importantly: Your data won't be used for training models by + these providers.
@@ -106,10 +116,16 @@ export function AiApprovalScreen({ orgName, isAdmin }: AiApprovalScreenProps) { - This feature is not HIPAA-compliant and is not intended for - the processing of Protected Health Information ("PHI"). Any - Business Associate Agreement ("BAA") you may have entered - into with PostHog does not apply to this functionality. +

+ Legal bits about Protected Health Information +

+ PostHog Code isn't yet HIPAA-compliant and is not + intended for processing of Protected Health Information + ("PHI"). +
+ If you've entered into a Business Associate Agreement + ("BAA") with PostHog, it does not currently apply to PostHog + Code features.