wallet
wallet copied to clipboard
VC Name mismatch between dashboard screen and CHAPI share
Name in dashboard : COVID-19 Vaccination Certificate Name in CHAPI share screen : Vaccination Certificate
Attached the screen recording:
https://user-images.githubusercontent.com/10111768/134388349-c41a9ae0-7557-4742-a6d4-41727b7cf964.mov
This issue happens due to BBS+ query - the query doesn't have name attribute in the frame, hence backend api doesn't return the VC name and UI falls back to the default name. Currently, the front-end depends on name
attribute in the credential for display purposes. Once we have a friendly name
feature, this issue would be fixed.