This commit is contained in:
hailin 2025-03-15 18:28:47 +08:00
parent c8ea591f7a
commit 5e24f1a80e
2 changed files with 2 additions and 1 deletions

View File

@ -38,8 +38,8 @@ export default function AuthenticationPage() {
setVerification={setVerify}
email={setEmail}
referrer={setReferrer}
password={setPassword}
referrer={setReferrer}
emailValue={email}
passwordValue={password}
referrerValue={referrer}

View File

@ -35,6 +35,7 @@ export function MixSignUp(props: {
const router = useRouter();
const { t } = useTranslation();
React.useEffect(() => {
const signUpFromParams = async () => {
const ticket = new URL(window.location.href).searchParams.get("__clerk_ticket");