fix(common): oauth2 password flow not respecting scopes (#4940)
This commit is contained in:
parent
b9ea5f7916
commit
ba165bc505
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ const initPasswordOauthFlow = async ({
|
|||
client_secret: clientSecret,
|
||||
}),
|
||||
...(scopes && {
|
||||
scopes: scopes,
|
||||
scope: scopes,
|
||||
}),
|
||||
}),
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue