mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 09:54:00 +00:00
fix authrequestid param
This commit is contained in:
@@ -80,7 +80,7 @@ export default function PasswordForm({
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (authRequestId) {
|
if (authRequestId) {
|
||||||
params.append("authRequest", authRequestId);
|
params.append("authRequestId", authRequestId);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (organization) {
|
if (organization) {
|
||||||
|
|||||||
Reference in New Issue
Block a user