From d500a8432a690e802edcc065df84a9c9ec8c3652 Mon Sep 17 00:00:00 2001 From: Aiden Cline <63023139+rekram1-node@users.noreply.github.com> Date: Wed, 25 Mar 2026 23:59:53 -0500 Subject: fix: ensure enterprise url is set properly during auth flow (#19212) --- packages/plugin/src/index.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/plugin/src') diff --git a/packages/plugin/src/index.ts b/packages/plugin/src/index.ts index 7e5ae7a6e..8bdb51a2a 100644 --- a/packages/plugin/src/index.ts +++ b/packages/plugin/src/index.ts @@ -129,6 +129,7 @@ export type AuthOuathResult = { url: string; instructions: string } & ( access: string expires: number accountId?: string + enterpriseUrl?: string } | { key: string } )) @@ -149,6 +150,7 @@ export type AuthOuathResult = { url: string; instructions: string } & ( access: string expires: number accountId?: string + enterpriseUrl?: string } | { key: string } )) -- cgit v1.2.3