diff --git a/packages/hoppscotch-common/src/services/oauth/flows/password.ts b/packages/hoppscotch-common/src/services/oauth/flows/password.ts index f5d12ab4..2b35f619 100644 --- a/packages/hoppscotch-common/src/services/oauth/flows/password.ts +++ b/packages/hoppscotch-common/src/services/oauth/flows/password.ts @@ -76,7 +76,7 @@ const initPasswordOauthFlow = async ({ client_secret: clientSecret, }), ...(scopes && { - scopes: scopes, + scope: scopes, }), }), })