Skip to content

Commit 0ccfacb

Browse files
committed
chore: update audit payload
1 parent 34d4b0d commit 0ccfacb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/helpers/citadelUtils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export interface CitadelAuditParams extends CitadelAuthFlowAuditParams {
2929
authConnection: string;
3030
authConnectionId: string;
3131
groupedAuthConnectionId: string;
32-
userId: string;
32+
oauthUserId: string;
3333
web3AuthNetwork: string;
3434
web3AuthClientId: string;
3535
}
@@ -68,7 +68,7 @@ export function buildAuditPayload(
6868
authConnection: params.authConnection || "",
6969
authConnectionId: params.verifierParams.sub_verifier_ids?.[0] || "",
7070
groupedAuthConnectionId: params.verifier || "",
71-
userId: params.verifierParams.verifier_id || "",
71+
oauthUserId: params.verifierParams.verifier_id || "",
7272
web3AuthNetwork: network,
7373
web3AuthClientId: clientId,
7474
};

0 commit comments

Comments
 (0)