From 30f5861647145cd6f5a6545f2af91ee553135aeb Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 20 Oct 2017 23:33:52 -0400 Subject: [PATCH] map yahoo login --- src/Icons/Services/DomainMappingService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };