tidev / titanium-identity

A collection of API's to authenticate with your device: Keychain/Keystore, Touch ID and Face ID
Other
39 stars 28 forks source link

TiIdentityModule wrong binding of property #6

Closed JorenVos closed 6 years ago

JorenVos commented 6 years ago

There is a small mistake in a property binding which makes it impossible to catch the case that the end user triggers the user fallback button.

Error: MAKE_SYSTEM_PROP(ERROR_USER_FALLBACK, LAErrorAuthenticationFailed);

Should be: MAKE_SYSTEM_PROP(ERROR_USER_FALLBACK, LAErrorUserFallback);

hansemannn commented 6 years ago

Good point! Fixed as part of https://github.com/appcelerator-modules/titanium-identity/commit/4eb994f5262942a309577706af9d3e9a0e863316 and v1.0.3. Thanks!