Skip to content

Commit f9f7900

Browse files
authored
chore: outline required API key scopes (#85)
1 parent 3a3480f commit f9f7900

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/renderer/features/auth/components/AuthScreen.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ export function AuthScreen() {
7373
required
7474
/>
7575
<Text size="1" color="gray">
76-
Get your API key from PostHog settings
76+
Get your API key from PostHog settings. Required
77+
scopes: user:read, tasks:read, integration:read and
78+
desktop_recording:read.
7779
</Text>
7880
</Flex>
7981

0 commit comments

Comments
 (0)