Skip to content

error object is wrongfully parsed #22

@lordgreg

Description

@lordgreg

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions