Skip to content

Commit

Permalink
Require exact route and revert primary route link and text for oidc f…
Browse files Browse the repository at this point in the history
…inish dialog
  • Loading branch information
kimlisa committed Sep 10, 2024
1 parent 4214531 commit 82ce3ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,8 @@ function FooterButton({

return (
<Flex gap="3">
<ButtonPrimary
as={Link}
to={cfg.getIntegrationStatusRoute('okta', integration.name)}
size="large"
>
Go to Okta Status Page
<ButtonPrimary as={Link} to={cfg.routes.integrations} size="large">
Go to Integration List
</ButtonPrimary>
<ButtonSecondary
as={Link}
Expand Down
2 changes: 1 addition & 1 deletion web/packages/teleport/src/features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ export class FeatureIntegrations implements TeleportFeature {
navigationItem = {
title: NavTitle.Integrations,
icon: IntegrationsIcon,
exact: false,
exact: true,
getLink() {
return cfg.routes.integrations;
},
Expand Down

0 comments on commit 82ce3ff

Please sign in to comment.