fix: add ChatGPT-Account-Id header for organization subscriptions (#7603)
This commit is contained in:
@@ -114,6 +114,7 @@ export type AuthOuathResult = { url: string; instructions: string } & (
|
||||
refresh: string
|
||||
access: string
|
||||
expires: number
|
||||
accountId?: string
|
||||
}
|
||||
| { key: string }
|
||||
))
|
||||
@@ -133,6 +134,7 @@ export type AuthOuathResult = { url: string; instructions: string } & (
|
||||
refresh: string
|
||||
access: string
|
||||
expires: number
|
||||
accountId?: string
|
||||
}
|
||||
| { key: string }
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user