revert audio scope (#12700)

This commit is contained in:
Jeremy Rose
2026-02-24 13:38:28 -08:00
committed by GitHub
parent dcab40123f
commit fefdc03b25

View File

@@ -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(),