mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-03 03:06:44 +00:00
fix: ensure enterprise url is set properly during auth flow (#19212)
This commit is contained in:
@@ -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 }
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user