From 430c4610789f969ad6ae0ad6e0d74bff4db171a8 Mon Sep 17 00:00:00 2001 From: Pierluigi Viti Date: Thu, 7 Dec 2023 13:27:03 +0100 Subject: [PATCH] fix: fix auth scope --- src/commands/applications/login.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/applications/login.ts b/src/commands/applications/login.ts index 00df72e..00585e2 100644 --- a/src/commands/applications/login.ts +++ b/src/commands/applications/login.ts @@ -213,7 +213,7 @@ const getApplicationInfo = async (auth: AppAuth, accessToken: string): Promise