From 13a6e4a0a9f180b0649819d2540497c9dabdc89d Mon Sep 17 00:00:00 2001 From: Steve Korshakov Date: Tue, 26 Aug 2025 23:52:16 -0700 Subject: [PATCH] ref: update scope --- sources/app/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/app/api.ts b/sources/app/api.ts index b16d811..762b809 100644 --- a/sources/app/api.ts +++ b/sources/app/api.ts @@ -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 });