sjhoeksma / cordova-plugin-keychain-touch-id

Touch ID plugin with saving password in keychain for IOS and android
88 stars 160 forks source link

Error in Success callbackId: TouchID1143937401 : ReferenceError: value is not defined #69

Open harshgrovr opened 4 years ago

harshgrovr commented 4 years ago

Getting this error after verify successcallback. Anyone getting this issue?

YanDevDe commented 4 years ago

I had this problem too. Temp solution would be by removing the "true" (userAuthenticationRequired) from

window.plugins.touchid.save(key, password, true, successCallback, errorCallback); to window.plugins.touchid.save(key, password, successCallback, errorCallback);

ukenpachi commented 4 years ago

any real solution to this issue?