feat: Introduce openWithPopup auth step

This commit is contained in:
Ali BARIN
2021-10-14 23:53:48 +02:00
parent 01ad1f2335
commit e045fb1710
2 changed files with 47 additions and 8 deletions

View File

@@ -84,7 +84,12 @@
"step": 3,
"type": "openWithPopup",
"name": "openTwitterAuthPopup",
"fields": null
"fields": [
{
"name": "url",
"value": "{createAuthLink.url}"
}
]
}
]
}