mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 00:03:22 +00:00
PM-3349 PM-3350 Enabled argon2id and fixed one issue with the Uris when getting the icon image
This commit is contained in:
@@ -40,7 +40,7 @@ namespace Bit.App.Utilities
|
||||
string image = null;
|
||||
if (cipher.Login.HasUris)
|
||||
{
|
||||
foreach (var uri in cipher.Login.Uris)
|
||||
foreach (var uri in cipher.Login.Uris.Where(u => u.Uri != null))
|
||||
{
|
||||
var hostnameUri = uri.Uri;
|
||||
var isWebsite = false;
|
||||
|
||||
Reference in New Issue
Block a user