fix param

This commit is contained in:
peintnermax
2024-04-01 15:26:47 +02:00
parent 6a52a8809c
commit b4a7dcf694

View File

@@ -25,9 +25,9 @@ export default async function Page({ searchParams }: { searchParams: any }) {
Enter the Code provided in the verification email. Enter the Code provided in the verification email.
</p> </p>
{userID ? ( {userId ? (
<VerifyEmailForm <VerifyEmailForm
userId={userID} userId={userId}
code={code} code={code}
submit={submit === "true"} submit={submit === "true"}
organization={organization} organization={organization}