diff --git a/app/client/src/pages/UserAuth/VerifyUser.tsx b/app/client/src/pages/UserAuth/VerifyUser.tsx index d8b89f64a1..8800a8e60e 100644 --- a/app/client/src/pages/UserAuth/VerifyUser.tsx +++ b/app/client/src/pages/UserAuth/VerifyUser.tsx @@ -6,6 +6,7 @@ import * as Sentry from "@sentry/react"; import { EMAIL_VERIFICATION_PATH } from "ee/constants/ApiConstants"; import { Redirect } from "react-router-dom"; import { VerificationErrorType } from "./VerificationError"; +import CsrfTokenInput from "pages/UserAuth/CsrfTokenInput"; const VerifyUser = ( props: RouteComponentProps<{ @@ -47,6 +48,7 @@ const VerifyUser = ( return (
+ {Array.from(queryParams.entries()).map((param) => { return (