capacitor-fingerprint-auth
capacitor-fingerprint-auth copied to clipboard
fingerprintAuth.verify function
Im trying to use this function but not work
fingerprintAuth.verify(
{
params
})
.then(() => console.log("Biometric ID OK"))
.catch(err => console.log(`Biometric ID NOT OK: ${JSON.stringify(err)}`));
I can confirm that parameters are not passed down the stack to the bridge.