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.
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.