feat(useAuthenticateApp): use REST API endpoint to create auth url
This commit is contained in:
@@ -54,12 +54,7 @@ const authenticationStepsWithAuthUrl = [
|
||||
{
|
||||
type: 'mutation',
|
||||
name: 'generateAuthUrl',
|
||||
arguments: [
|
||||
{
|
||||
name: 'id',
|
||||
value: '{createConnection.id}',
|
||||
},
|
||||
],
|
||||
arguments: [],
|
||||
},
|
||||
{
|
||||
type: 'openWithPopup',
|
||||
|
Reference in New Issue
Block a user