mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 10:15:04 +00:00
authrequestId param for register with password
This commit is contained in:
@@ -95,6 +95,10 @@ export default function RegisterFormWithoutPassword({
|
|||||||
registerParams.organization = organization;
|
registerParams.organization = organization;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (authRequestId) {
|
||||||
|
registerParams.authRequestId = authRequestId;
|
||||||
|
}
|
||||||
|
|
||||||
return withPassword
|
return withPassword
|
||||||
? router.push(`/register?` + new URLSearchParams(registerParams))
|
? router.push(`/register?` + new URLSearchParams(registerParams))
|
||||||
: submitAndRegister(value)
|
: submitAndRegister(value)
|
||||||
|
|||||||
Reference in New Issue
Block a user