Skip to content

Commit

Permalink
Merge pull request #202 from docknetwork/feat/improve-biometrics-flow
Browse files Browse the repository at this point in the history
should not store biometric confirmation
  • Loading branch information
maycon-mello authored Feb 8, 2024
2 parents 7323b1c + a056734 commit 8822fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/biometric-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function createBiometricBindingProvider({
const matchConfirmationCredential = await onMatch(
enrollmentCredentials[0],
);
await credentialProvider.addCredential(matchConfirmationCredential);

return matchConfirmationCredential;
},
checkIsBiometryRequired: onCheckBiometryRequired,
Expand Down

0 comments on commit 8822fca

Please sign in to comment.