diff --git a/packages/experience/src/pages/Consent/index.tsx b/packages/experience/src/pages/Consent/index.tsx index 68cde3c3c..269ade38c 100644 --- a/packages/experience/src/pages/Consent/index.tsx +++ b/packages/experience/src/pages/Consent/index.tsx @@ -13,6 +13,7 @@ import OrganizationSelector, { type Organization } from './OrganizationSelector' import ScopesListCard from './ScopesListCard'; import UserProfile from './UserProfile'; import * as styles from './index.module.scss'; +import { getRedirectUriOrigin } from './util'; const Consent = () => { const handleError = useErrorHandler(); @@ -103,7 +104,7 @@ const Consent = () => {