Skip to content

Commit

Permalink
Merge branch 'feature_policy_conditions' of https://github.com/GAIA-X…
Browse files Browse the repository at this point in the history
…4PLC-AAD/ssi-to-oidc-bridge into feature_policy_conditions
  • Loading branch information
jfelixh committed Jun 11, 2024
2 parents 016eed3 + bc6ac56 commit e870782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vclogin/lib/extractClaims.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ const extractClaimsFromVC = (VC: any, policy: LoginPolicy) => {
if (!newPath) {
throw Error(
"New path not defined for multi-valued claim: " +
claim.claimPath,
claim.claimPath,
);
}

Expand Down

0 comments on commit e870782

Please sign in to comment.