bitprint icon indicating copy to clipboard operation
bitprint copied to clipboard

Fallback website icon doesn't work if no URI

Open euinor opened this issue 4 years ago • 0 comments

If there is no URI in the JSON then the fallback icon does not appear. Examples below:

Works (blank URI entered in Bitwarden): { "id": "123", "organizationId": null, "folderId": null, "type": 1, "name": "Test - blank URI", "notes": null, "favorite": false, "login": { "uris": [ { "match": null, "uri": null } ], "username": "[email protected]", "password": "123", "totp": null }, "collectionIds": null },

Doesn't work (no URI entered in Bitwarden): { "id": "123", "organizationId": null, "folderId": null, "type": 1, "name": "Test - no URI entered", "notes": "null", "favorite": false, "login": { "username": "[email protected]", "password": "123", "totp": null }, "collectionIds": null

euinor avatar Sep 22 '20 10:09 euinor