Skip to content

Commit

Permalink
[ES-1899] Added log for testing. (mosip#284)
Browse files Browse the repository at this point in the history
Signed-off-by: GurukiranP <[email protected]>
  • Loading branch information
gk-4VII authored and zesu22 committed Nov 25, 2024
1 parent 756da0c commit 6682eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mock-relying-party-service/esignetService.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const decodeUserInfoResponse = async (userInfoResponse) => {
}
}
}

console.log("userInfoResponse", response);
return await new jose.decodeJwt(response);
};

Expand Down

0 comments on commit 6682eb1

Please sign in to comment.