diff --git a/apps/audius-client/packages/common/src/api/developer-apps.ts b/apps/audius-client/packages/common/src/api/developer-apps.ts index ea29b9f8824..3671fce1244 100644 --- a/apps/audius-client/packages/common/src/api/developer-apps.ts +++ b/apps/audius-client/packages/common/src/api/developer-apps.ts @@ -65,6 +65,11 @@ const developerAppsApi = createApi({ userId: encodedUserId }) + await sdk.grants.createGrant({ + userId: encodedUserId, + appApiKey: apiKey + }) + return { name, description, apiKey, apiSecret } }, options: {