Skip to content

Commit

Permalink
[INJICERT-316] remove null field in the Mock VC (#69)
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Vardhan <[email protected]>
  • Loading branch information
vharsh authored Oct 11, 2024
1 parent 2680e45 commit 1e20150
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ private Map<String, Object> getIndividualData(OIDCTransaction transaction){
ret.put("vcVer", "VC-V1");
ret.put("id", getIdentityUrl+"/"+individualId);
ret.put("UIN", individualId);
ret.put("name", res.get("name"));
ret.put("fullName", res.get("fullName"));
ret.put("gender", res.get("gender"));
ret.put("dateOfBirth", res.get("dateOfBirth"));
Expand Down

0 comments on commit 1e20150

Please sign in to comment.