You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just added plugins.touchid.didFingerprintDatabaseChange
When I make a change to touchId or add a new face, or even take a touch id out. This value is true.
But if I just close the app down, and open it back up, this value is now false and touch or face id is used again. This check seems to only be good the first time.
I'm going to have to add in my own flag now to keep track of this same thing. Until they do a successful login we don't show the touch or faceId.
Would be helpful if this plugin had some value to pass down. Just an idea.
The text was updated successfully, but these errors were encountered:
Just added plugins.touchid.didFingerprintDatabaseChange
When I make a change to touchId or add a new face, or even take a touch id out. This value is true.
But if I just close the app down, and open it back up, this value is now false and touch or face id is used again. This check seems to only be good the first time.
I'm going to have to add in my own flag now to keep track of this same thing. Until they do a successful login we don't show the touch or faceId.
Would be helpful if this plugin had some value to pass down. Just an idea.
The text was updated successfully, but these errors were encountered: