Skip to content

Commit a813f5c

Browse files
committed
fix(slack): comment out users:read.email scope pending app review
1 parent 2874e91 commit a813f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/lib/oauth/oauth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ export const OAUTH_PROVIDERS: Record<string, OAuthProviderConfig> = {
639639
'im:history',
640640
'im:read',
641641
'users:read',
642-
'users:read.email',
642+
// TODO: Add 'users:read.email' once Slack app review is approved
643643
'files:write',
644644
'files:read',
645645
'canvases:write',

0 commit comments

Comments
 (0)