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.
</p>
{userID ? (
{userId ? (
<VerifyEmailForm
userId={userID}
userId={userId}
code={code}
submit={submit === "true"}
organization={organization}