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

@@ -87,7 +87,7 @@ function AppConnectionRow(props: AppConnectionRowProps): React.ReactElement {
alignItems="flex-start"
spacing={1}
>
<Typography variant="h6">
<Typography variant="h6" sx={{ textAlign: 'left' }}>
{formattedData?.screenName}
</Typography>

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 {

View File

@@ -24,7 +24,6 @@ export const GET_APPS = gql`
clickToCopy
}
authenticationSteps {
step
type
name
arguments {
@@ -38,7 +37,6 @@ export const GET_APPS = gql`
}
}
reconnectionSteps {
step
type
name
arguments {