diff --git a/packages/backend/src/helpers/add-authentication-steps.js b/packages/backend/src/helpers/add-authentication-steps.js index 8ab6f6d7..f3c288bb 100644 --- a/packages/backend/src/helpers/add-authentication-steps.js +++ b/packages/backend/src/helpers/add-authentication-steps.js @@ -70,10 +70,6 @@ const authenticationStepsWithAuthUrl = [ type: 'mutation', name: 'updateConnection', arguments: [ - { - name: 'id', - value: '{createConnection.id}', - }, { name: 'formattedData', value: '{openAuthPopup.all}', @@ -110,12 +106,7 @@ const sharedAuthenticationStepsWithAuthUrl = [ { type: 'mutation', name: 'generateAuthUrl', - arguments: [ - { - name: 'id', - value: '{createConnection.id}', - }, - ], + arguments: [], }, { type: 'openWithPopup', @@ -131,10 +122,6 @@ const sharedAuthenticationStepsWithAuthUrl = [ type: 'mutation', name: 'updateConnection', arguments: [ - { - name: 'id', - value: '{createConnection.id}', - }, { name: 'formattedData', value: '{openAuthPopup.all}',