Skip to content

Commit 8bcbf76

Browse files
chore: add desktop recording to oauth scope (#109)
see title
1 parent 0e9fcdb commit 8bcbf76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/constants/oauth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const OAUTH_SCOPES = [
1111
"project:read",
1212
"task:write",
1313
"integration:read",
14+
"desktop_recording:write",
1415
];
1516

1617
// Token refresh settings

0 commit comments

Comments
 (0)