refactor: remove step property out of app auth

This commit is contained in:
Ali BARIN
2022-11-02 21:32:40 +01:00
parent 4b122bd19e
commit a03c60bd90
7 changed files with 0 additions and 65 deletions

View File

@@ -43,7 +43,6 @@ export default {
],
authenticationSteps: [
{
step: 1,
type: 'mutation' as const,
name: 'createConnection',
arguments: [
@@ -68,7 +67,6 @@ export default {
]
},
{
step: 2,
type: 'mutation' as const,
name: 'createAuthData',
arguments: [
@@ -79,7 +77,6 @@ export default {
]
},
{
step: 3,
type: 'openWithPopup' as const,
name: 'openAuthPopup',
arguments: [
@@ -90,7 +87,6 @@ export default {
]
},
{
step: 4,
type: 'mutation' as const,
name: 'updateConnection',
arguments: [
@@ -111,7 +107,6 @@ export default {
]
},
{
step: 5,
type: 'mutation' as const,
name: 'verifyConnection',
arguments: [
@@ -124,7 +119,6 @@ export default {
],
reconnectionSteps: [
{
step: 1,
type: 'mutation' as const,
name: 'resetConnection',
arguments: [
@@ -135,7 +129,6 @@ export default {
]
},
{
step: 2,
type: 'mutation' as const,
name: 'updateConnection',
arguments: [
@@ -160,7 +153,6 @@ export default {
]
},
{
step: 3,
type: 'mutation' as const,
name: 'createAuthData',
arguments: [
@@ -171,7 +163,6 @@ export default {
]
},
{
step: 4,
type: 'openWithPopup' as const,
name: 'openAuthPopup',
arguments: [
@@ -182,7 +173,6 @@ export default {
]
},
{
step: 5,
type: 'mutation' as const,
name: 'updateConnection',
arguments: [
@@ -203,7 +193,6 @@ export default {
]
},
{
step: 6,
type: 'mutation' as const,
name: 'verifyConnection',
arguments: [