feat(useAuthenticateApp): use REST API endpoint to create auth url

This commit is contained in:
Ali BARIN
2024-09-24 09:28:17 +00:00
parent 01407cf040
commit 7dcfb1081b
4 changed files with 27 additions and 8 deletions

View File

@@ -54,12 +54,7 @@ const authenticationStepsWithAuthUrl = [
{
type: 'mutation',
name: 'generateAuthUrl',
arguments: [
{
name: 'id',
value: '{createConnection.id}',
},
],
arguments: [],
},
{
type: 'openWithPopup',