fix authrequestid param

This commit is contained in:
peintnermax
2024-04-24 10:25:28 +02:00
parent 66222888f5
commit 71a6b14670

View File

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