diff --git a/apps/web/pages/auth/forgot-password/[id].tsx b/apps/web/pages/auth/forgot-password/[id].tsx index 02c13fe81a..0fa3b730ce 100644 --- a/apps/web/pages/auth/forgot-password/[id].tsx +++ b/apps/web/pages/auth/forgot-password/[id].tsx @@ -4,6 +4,7 @@ import type { GetServerSidePropsContext } from "next"; import { getCsrfToken } from "next-auth/react"; import { serverSideTranslations } from "next-i18next/serverSideTranslations"; import Link from "next/link"; +import type { CSSProperties } from "react"; import React, { useMemo } from "react"; import dayjs from "@calcom/dayjs"; @@ -109,6 +110,14 @@ export default function Page({ resetPasswordRequest, csrfToken }: Props) { <>