summaryrefslogtreecommitdiffhomepage
path: root/packages/plugin/src/index.ts
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2026-03-25 23:59:53 -0500
committerGitHub <[email protected]>2026-03-25 23:59:53 -0500
commitd500a8432a690e802edcc065df84a9c9ec8c3652 (patch)
tree636d3c71732bc8c2b43ee4e7d7425f4a4cd78191 /packages/plugin/src/index.ts
parent2d502d6ffe1aaf8c02d26b863ad4fd8d82bf28b5 (diff)
downloadopencode-d500a8432a690e802edcc065df84a9c9ec8c3652.tar.gz
opencode-d500a8432a690e802edcc065df84a9c9ec8c3652.zip
fix: ensure enterprise url is set properly during auth flow (#19212)
Diffstat (limited to 'packages/plugin/src/index.ts')
-rw-r--r--packages/plugin/src/index.ts2
1 files changed, 2 insertions, 0 deletions
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 }
))