Skip to content

Commit

Permalink
fix authrequestid param
Browse files Browse the repository at this point in the history
  • Loading branch information
peintnermax committed Apr 24, 2024
1 parent 6622288 commit 71a6b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/login/ui/PasswordForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default function PasswordForm({
});

if (authRequestId) {
params.append("authRequest", authRequestId);
params.append("authRequestId", authRequestId);
}

if (organization) {
Expand Down

0 comments on commit 71a6b14

Please sign in to comment.