refactor: compute reconnectionSteps out of auth steps

This commit is contained in:
Ali BARIN
2022-11-02 22:11:50 +01:00
parent a03c60bd90
commit 6a33636d9d
14 changed files with 89 additions and 556 deletions

View File

@@ -27,7 +27,6 @@ export const GET_APP = gql`
}
}
authenticationSteps {
step
type
name
arguments {
@@ -41,7 +40,6 @@ export const GET_APP = gql`
}
}
reconnectionSteps {
step
type
name
arguments {