ref: update scope
This commit is contained in:
parent
42f2f30b6a
commit
13a6e4a0a9
@ -389,7 +389,7 @@ export async function startApi(): Promise<{ app: FastifyInstance; io: Server }>
|
|||||||
const params = new URLSearchParams({
|
const params = new URLSearchParams({
|
||||||
client_id: clientId,
|
client_id: clientId,
|
||||||
redirect_uri: redirectUri,
|
redirect_uri: redirectUri,
|
||||||
scope: 'user',
|
scope: 'read:user,user:email,read:org,codespace',
|
||||||
state: state
|
state: state
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user