authRequestId param

This commit is contained in:
peintnermax
2024-04-30 11:13:31 +02:00
parent f82fba77e0
commit 072dea4922
2 changed files with 1 additions and 11 deletions

View File

@@ -56,13 +56,3 @@ export default function ChooseSecondFactor({
</div>
);
}
function Setup() {
return (
<div className="transform absolute right-2 top-0">
<StateBadge evenPadding={true} state={BadgeState.Success}>
<CheckIcon className="w-4 h-4" />
</StateBadge>
</div>
);
}

View File

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