mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
[Release 03-07-2023]fix:saving credentialRegistry
This commit is contained in:
@@ -159,10 +159,7 @@ export const settingsMachine = model.createMachine(
|
||||
}),
|
||||
|
||||
resetCredentialRegistry: model.assign({
|
||||
credentialRegistryResponse: () => {
|
||||
console.log('resetCredentialRegistry : called');
|
||||
return '';
|
||||
},
|
||||
credentialRegistryResponse: () => '',
|
||||
}),
|
||||
|
||||
toggleBiometricUnlock: model.assign({
|
||||
|
||||
Reference in New Issue
Block a user