cordova-plugin-ios-keychain icon indicating copy to clipboard operation
cordova-plugin-ios-keychain copied to clipboard

Pressing cancel returns null, same if the key doesn't exist

Open wall-street-dev opened this issue 4 years ago • 0 comments

On the passcode screen, if the user presses the cancel button the promise of the keychain.get resolves to null, but it will also resolve to null if the key you're trying to get doesn't exist. This is major because then you are not able to tell if the key doesn't exist or if the user just pressed the cancel button.

wall-street-dev avatar Feb 16 '21 21:02 wall-street-dev