From c6dc7dd715bd676b3cc74873ed2f7704e82f79d0 Mon Sep 17 00:00:00 2001 From: Sean Brydon Date: Wed, 18 Oct 2023 14:33:09 +0100 Subject: [PATCH] Add toc --- apps/web/pages/signup.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/web/pages/signup.tsx b/apps/web/pages/signup.tsx index 6a472cd93d..ff34869f53 100644 --- a/apps/web/pages/signup.tsx +++ b/apps/web/pages/signup.tsx @@ -2,6 +2,7 @@ import { zodResolver } from "@hookform/resolvers/zod"; import { CalendarHeart, Info, Link2, ShieldCheckIcon, StarIcon, Users } from "lucide-react"; import type { GetServerSidePropsContext } from "next"; import { signIn } from "next-auth/react"; +import { Trans } from "next-i18next"; import Link from "next/link"; import { useRouter, useSearchParams } from "next/navigation"; import type { CSSProperties } from "react"; @@ -18,7 +19,7 @@ import { isSAMLLoginEnabled } from "@calcom/features/ee/sso/lib/saml"; import { useFlagMap } from "@calcom/features/flags/context/provider"; import { getFeatureFlagMap } from "@calcom/features/flags/server/utils"; import { classNames } from "@calcom/lib"; -import { APP_NAME, IS_CALCOM, IS_SELF_HOSTED, WEBAPP_URL } from "@calcom/lib/constants"; +import { APP_NAME, IS_CALCOM, IS_SELF_HOSTED, WEBAPP_URL, WEBSITE_URL } from "@calcom/lib/constants"; import { fetchUsername } from "@calcom/lib/fetchUsername"; import { useDebounce } from "@calcom/lib/hooks/useDebounce"; import { useLocale } from "@calcom/lib/hooks/useLocale"; @@ -370,7 +371,7 @@ export default function Signup({ prepopulateFormValues, token, orgSlug }: Signup {t("already_have_account")} - {/*
+
By signing up, you agree to our @@ -380,7 +381,7 @@ export default function Signup({ prepopulateFormValues, token, orgSlug }: Signup Privacy Policy -
*/} +