This commit is contained in:
parent
c8ea591f7a
commit
5e24f1a80e
|
|
@ -38,8 +38,8 @@ export default function AuthenticationPage() {
|
||||||
setVerification={setVerify}
|
setVerification={setVerify}
|
||||||
|
|
||||||
email={setEmail}
|
email={setEmail}
|
||||||
referrer={setReferrer}
|
|
||||||
password={setPassword}
|
password={setPassword}
|
||||||
|
referrer={setReferrer}
|
||||||
emailValue={email}
|
emailValue={email}
|
||||||
passwordValue={password}
|
passwordValue={password}
|
||||||
referrerValue={referrer}
|
referrerValue={referrer}
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,7 @@ export function MixSignUp(props: {
|
||||||
|
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
|
|
||||||
React.useEffect(() => {
|
React.useEffect(() => {
|
||||||
const signUpFromParams = async () => {
|
const signUpFromParams = async () => {
|
||||||
const ticket = new URL(window.location.href).searchParams.get("__clerk_ticket");
|
const ticket = new URL(window.location.href).searchParams.get("__clerk_ticket");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue