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
I'm displaying the passcode presenter if touchID is not available and if the passcode is successfully entered I want to login to my parse database using the keychain username and password stored.
But if the passcode is not entered correctly I don't want to login using the keychain information.
After passcodeLockPresenter.presentPasscodeLock()
How do I verify if it was successfully entered or not?
The text was updated successfully, but these errors were encountered:
I'm displaying the passcode presenter if touchID is not available and if the passcode is successfully entered I want to login to my parse database using the keychain username and password stored.
But if the passcode is not entered correctly I don't want to login using the keychain information.
After passcodeLockPresenter.presentPasscodeLock()
How do I verify if it was successfully entered or not?
The text was updated successfully, but these errors were encountered: