[Release 03-07-2023]fix:saving credentialRegistry

This commit is contained in:
Sri Kanth Kola
2023-07-10 18:09:52 +05:30
parent 3397d27bad
commit 830e92bc26
6 changed files with 935 additions and 942 deletions

View File

@@ -159,10 +159,7 @@ export const settingsMachine = model.createMachine(
}),
resetCredentialRegistry: model.assign({
credentialRegistryResponse: () => {
console.log('resetCredentialRegistry : called');
return '';
},
credentialRegistryResponse: () => '',
}),
toggleBiometricUnlock: model.assign({