[INJI-606]: Integration of Sunbird Issuer with New UI (#1193)

* [INJI-606]: Integration of Sunbird Issuer with New UI

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

* [INJI-606]: Don't show share with selfie option for sunbird VC

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>

---------

Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
This commit is contained in:
vijay151096
2024-01-23 09:57:29 +05:30
committed by GitHub
parent 42fa291dfa
commit b36d87dab6
29 changed files with 285 additions and 109 deletions

View File

@@ -111,10 +111,11 @@ export const DETAIL_VIEW_DEFAULT_FIELDS = [
];
//todo UIN & VID to be removed once we get the fields in the wellknown endpoint
export const CARD_VIEW_ADD_ON_FIELDS = ['idType', 'UIN', 'VID'];
export const CARD_VIEW_ADD_ON_FIELDS = ['UIN', 'VID'];
export const DETAIL_VIEW_ADD_ON_FIELDS = [
'UIN',
'VID',
'status',
'credentialRegistry',
'idType',
];