mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
[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:
committed by
KiruthikaJeyashankar
parent
e3e2c38477
commit
8f5eb2f0dd
@@ -113,10 +113,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',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user