Skip to content

Commit

Permalink
Merge pull request #1708 from akto-api-security/hotfix/fix_minor_ui_bugs
Browse files Browse the repository at this point in the history
Fixing ui sso details page
  • Loading branch information
notshivansh authored Nov 9, 2024
2 parents ddb56f6 + ad53681 commit 08aa036
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 08aa036

Please sign in to comment.