ref: update scope

This commit is contained in:
Steve Korshakov 2025-08-26 23:52:16 -07:00
parent 42f2f30b6a
commit 13a6e4a0a9

View File

@ -389,7 +389,7 @@ export async function startApi(): Promise<{ app: FastifyInstance; io: Server }>
const params = new URLSearchParams({
client_id: clientId,
redirect_uri: redirectUri,
scope: 'user',
scope: 'read:user,user:email,read:org,codespace',
state: state
});