mirror of
https://github.com/bitwarden/mobile
synced 2025-12-31 23:53:25 +00:00
hostnameUri fix
This commit is contained in:
@@ -48,7 +48,7 @@ namespace Bit.App.Models.Page
|
||||
isWebsite = hostnameUri.StartsWith("http") && hostnameUri.Contains(".");
|
||||
}
|
||||
|
||||
if(imageEnabled && isWebsite && Uri.TryCreate(LoginUri, UriKind.Absolute, out Uri u))
|
||||
if(imageEnabled && isWebsite && Uri.TryCreate(hostnameUri, UriKind.Absolute, out Uri u))
|
||||
{
|
||||
Icon = "https://icons.bitwarden.com/" + u.Host + "/icon.png";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user