wrong searchparam

This commit is contained in:
peintnermax
2024-04-29 15:48:36 +02:00
parent ec20bb48f7
commit 9a9ae48cda

View File

@@ -123,7 +123,7 @@ export default function PasswordForm({
}); });
if (authRequestId) { if (authRequestId) {
params.append("authRequest", authRequestId); params.append("authRequestId", authRequestId);
} }
if (organization) { if (organization) {