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

@@ -29,7 +29,6 @@ export default {
],
authenticationSteps: [
{
step: 1,
type: 'mutation' as const,
name: 'createConnection',
arguments: [
@@ -54,7 +53,6 @@ export default {
],
},
{
step: 2,
type: 'mutation' as const,
name: 'verifyConnection',
arguments: [
@@ -67,7 +65,6 @@ export default {
],
reconnectionSteps: [
{
step: 1,
type: 'mutation' as const,
name: 'resetConnection',
arguments: [
@@ -78,7 +75,6 @@ export default {
],
},
{
step: 2,
type: 'mutation' as const,
name: 'updateConnection',
arguments: [
@@ -103,7 +99,6 @@ export default {
],
},
{
step: 3,
type: 'mutation' as const,
name: 'verifyConnection',
arguments: [