Skip to content

Commit

Permalink
Use learn more about base link
Browse files Browse the repository at this point in the history
  • Loading branch information
RachelElysia committed Nov 22, 2024
1 parent c432ad2 commit c120d89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/pages/admin/OrgSettingsPage/cards/Sso/Sso.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import InputField from "components/forms/fields/InputField";
import validUrl from "components/forms/validators/valid_url";
import SectionHeader from "components/SectionHeader";

import { LEARN_MORE_ABOUT_BASE_LINK } from "utilities/constants";
import { IAppConfigFormProps, IFormField } from "../constants";

const baseClass = "app-config-form";
Expand Down Expand Up @@ -212,7 +213,7 @@ const Sso = ({
helpText={
<>
<CustomLink
url="https://fleetdm.com/learn-more-about/just-in-time-provisioning"
url={`${LEARN_MORE_ABOUT_BASE_LINK}/just-in-time-provisioning`}
text="Learn more"
newTab
/>{" "}
Expand Down

0 comments on commit c120d89

Please sign in to comment.