Skip to content

Commit def950a

Browse files
committed
[Landing] Simplified requested permissions
1 parent 9510372 commit def950a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

landing/src/hooks/use-oauth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export function useOAuth() {
2323

2424
setIsExecutingOAuth(true)
2525

26-
const { appToken, scope = constants.DEFAULT_GITHUB_OAUTH_SCOPES } = options
26+
const { appToken, scope = ['user:email'] } = options
2727

2828
const platform = getPlatform()
2929

0 commit comments

Comments
 (0)