Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
harshgrovr opened this issue Nov 20, 2019 · 2 comments

Comments

@harshgrovr
Copy link

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

@YanDevDe
Copy link

YanDevDe commented Jan 18, 2020

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
Copy link

any real solution to this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants