mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 09:54:00 +00:00
fix param
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user