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

@@ -88,7 +88,6 @@ export default {
],
authenticationSteps: [
{
step: 1,
type: 'mutation' as const,
name: 'createConnection',
arguments: [
@@ -129,7 +128,6 @@ export default {
],
},
{
step: 2,
type: 'mutation' as const,
name: 'verifyConnection',
arguments: [
@@ -142,7 +140,6 @@ export default {
],
reconnectionSteps: [
{
step: 1,
type: 'mutation' as const,
name: 'resetConnection',
arguments: [
@@ -153,7 +150,6 @@ export default {
],
},
{
step: 2,
type: 'mutation' as const,
name: 'updateConnection',
arguments: [
@@ -194,7 +190,6 @@ export default {
],
},
{
step: 3,
type: 'mutation' as const,
name: 'verifyConnection',
arguments: [