mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-10 14:07:59 -05:00
fix(inji-253): set thumbprint on wallet binding for e-signet login
This commit is contained in:
@@ -385,7 +385,10 @@ export const vcItemMachine =
|
||||
},
|
||||
{
|
||||
target: '#vc-item.kebabPopUp.updatingPrivateKey',
|
||||
actions: ['setWalletBindingId'],
|
||||
actions: [
|
||||
'setWalletBindingId',
|
||||
'setThumbprintForWalletBindingId',
|
||||
],
|
||||
},
|
||||
],
|
||||
onError: [
|
||||
|
||||
@@ -233,7 +233,9 @@ export interface Typegen0 {
|
||||
setRevoke: 'done.invoke.vc-item.requestingRevoke:invocation[0]';
|
||||
setStoreVerifiableCredential: 'CREDENTIAL_DOWNLOADED';
|
||||
setTag: 'SAVE_TAG';
|
||||
setThumbprintForWalletBindingId: 'done.invoke.vc-item.addingWalletBindingId:invocation[0]';
|
||||
setThumbprintForWalletBindingId:
|
||||
| 'done.invoke.vc-item.addingWalletBindingId:invocation[0]'
|
||||
| 'done.invoke.vc-item.kebabPopUp.addingWalletBindingId:invocation[0]';
|
||||
setTransactionId:
|
||||
| 'INPUT_OTP'
|
||||
| 'REVOKE_VC'
|
||||
|
||||
Reference in New Issue
Block a user