mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
revert audio scope (#12700)
This commit is contained in:
committed by
GitHub
Unverified
parent
dcab40123f
commit
fefdc03b25
@@ -431,7 +431,7 @@ fn build_authorize_url(
|
||||
("redirect_uri".to_string(), redirect_uri.to_string()),
|
||||
(
|
||||
"scope".to_string(),
|
||||
"openid profile email offline_access api.model.audio.request".to_string(),
|
||||
"openid profile email offline_access".to_string(),
|
||||
),
|
||||
(
|
||||
"code_challenge".to_string(),
|
||||
|
||||
Reference in New Issue
Block a user