mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 05:06:55 +00:00
wrong searchparam
This commit is contained in:
@@ -123,7 +123,7 @@ export default function PasswordForm({
|
||||
});
|
||||
|
||||
if (authRequestId) {
|
||||
params.append("authRequest", authRequestId);
|
||||
params.append("authRequestId", authRequestId);
|
||||
}
|
||||
|
||||
if (organization) {
|
||||
|
||||
Reference in New Issue
Block a user