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