mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 05:27:57 -05:00
refactor(inji-416): Refactoring Openid4vci components & fixing issues (#889)
* refactor(inji-416): merged esignetvcitem and existingvcitem * refactor(inji-416): remove the vc tag feature * refactor(inji-416): wallet binding fixes with vc store key modification * refactor(inji-416): display the vc's in the share vc screen * fix(INJI-416): display issuer logo in VC downloaded via eSignet Co-authored-by: Vijay <94220135+vijay151096@users.noreply.github.com> * fix(INJI-416): display formatted generatedOn date Co-authored-by: Vijay <94220135+vijay151096@users.noreply.github.com> * refactor(INJI-416): add kebab popup operations events in esignetVcItemMachine Co-authored-by: Vijay <94220135+vijay151096@users.noreply.github.com> * fix(INJI-416): vc activation in secure keystore existient android device vc unique identifier UIN is passed to generate keypair while wallet binding * fix(INJI-416): display VC id in removal log Co-authored-by: Vijay <94220135+vijay151096@users.noreply.github.com> * fix(INJI-416): display dateOfBirth in vcDetails in Android date parsing is causing issue in Android device due to JavaScript VM, thus using date-fns to parse. * refactor(INJI-416): modify check for isOpenId4VCIEnabled Co-authored-by: Vijay <94220135+vijay151096@users.noreply.github.com> * refactor(INJI-416): extract method for face image source * fix(INJI-416): show wallet binding success toaster appropriately on secure keystore available devices * refactor(INJI-416): change locale value for download vc description --------- Co-authored-by: Kiruthika Jeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
This commit is contained in:
@@ -68,8 +68,13 @@ export interface Credential {
|
||||
}
|
||||
|
||||
export interface VerifiableCredential {
|
||||
issuerLogo: string;
|
||||
format: string;
|
||||
credential: Credential;
|
||||
}
|
||||
|
||||
export interface CredentialWrapper {
|
||||
verifiableCredential: VerifiableCredential;
|
||||
identifier: string;
|
||||
generatedOn: Date;
|
||||
issuerLogo: string;
|
||||
|
||||
Reference in New Issue
Block a user