Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error object is wrongfully parsed #22

Open
lordgreg opened this issue Sep 6, 2019 · 0 comments
Open

error object is wrongfully parsed #22

lordgreg opened this issue Sep 6, 2019 · 0 comments

Comments

@lordgreg
Copy link

lordgreg commented Sep 6, 2019

Hi.

I'm just testing if the plugin works as expected, as the other one (cordova-plugin-securestorage) is deprecated.

getting an item from the storage, if storage is there, returns this stringified json:

"{"code":1,"api-level":27,"message":RSA private or public key is null}"

However, this output is invalid as the message should be in quotes. The correct output should be:

"{"code":1,"api-level":27,"message":"RSA private or public key is null"}"

Tested on:

  • android devices

If you need more info, give me a shout.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant