fix: ensure enterprise url is set properly during auth flow (#19212)
This commit is contained in:
parent
2d502d6ffe
commit
d500a8432a
2 changed files with 7 additions and 4 deletions
|
|
@ -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 }
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue