diff --git a/src/Icons/Services/DomainMappingService.cs b/src/Icons/Services/DomainMappingService.cs index 30e8271d68..6be7042fc8 100644 --- a/src/Icons/Services/DomainMappingService.cs +++ b/src/Icons/Services/DomainMappingService.cs @@ -6,7 +6,7 @@ namespace Bit.Icons.Services { private readonly Dictionary _map = new Dictionary { - ["vault.bitwarden.com"] = "bitwarden.com", + ["login.yahoo.com"] = "yahoo.com", ["accounts.google.com"] = "google.com", // TODO: Add others here };