mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 05:27:57 -05:00
feat: download credentials from Esignet using openId4VCI (#851)
* feat(INJI-245): dowload and view card via issuers Co-authored-by: Harsh Vardhan <harsh59v@gmail.com> * fix(INJI-245): remove vc from wallet Co-authored-by: Harsh Vardhan <harsh59v@gmail.com> * feat(INJI-245): pin card downloaded via eSignet * refactor(INJI-245): remove debug logs * refactor(INJI-245): rename vcItem related component to ExistingVcItem * refactor(INJI-245): add lock file modifications * refactor(INJI-245): add styles in purple theme for issuer related components * refactor(INJI-245): update VID for wallet binding usecase and issuer logo display in vc * refactor(INJI-245): remove duplicate loader component * refactor(INJI-245): remove unused props in vc details container --------- Co-authored-by: Harsh Vardhan <harsh59v@gmail.com> Co-authored-by: Vijay <94220135+vijay151096@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d71c34c569
commit
55c666b121
5
types/react-native-dotenv/index.d.ts
vendored
5
types/react-native-dotenv/index.d.ts
vendored
@@ -29,6 +29,11 @@ declare module 'react-native-dotenv' {
|
||||
*/
|
||||
export const CREDENTIAL_REGISTRY_EDIT: string;
|
||||
|
||||
/**
|
||||
* Flag for Toggling Download via UIN/VID
|
||||
*/
|
||||
export const ENABLE_OPENID_FOR_VC: string;
|
||||
|
||||
/**
|
||||
* LANGUAGE for the unsupported device languages
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user