Skip to content

Commit

Permalink
Fixing ui sso details page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark2307 committed Nov 9, 2024
1 parent 27bd551 commit ad53681
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ function Details({onClickFunc, values}) {
<LineComponent title={x.title} value={x.value} key={index}/>
)
})}
<HorizontalStack gap={"1"}>
<Text>Use</Text>
<Link>https://app.akto.io/sso-login</Link>
<Text>for signing into AKTO dashboard via SSO.</Text>
</HorizontalStack>
</VerticalStack>
<HorizontalStack align="end">
<Button primary onClick={onClickFunc} >Delete SSO</Button>
Expand Down

0 comments on commit ad53681

Please sign in to comment.