1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-23 05:55:13 -05:00

map yahoo login

This commit is contained in:
Kyle Spearrin 2017-10-20 23:33:52 -04:00
parent c10245eea6
commit 30f5861647

View File

@ -6,7 +6,7 @@ namespace Bit.Icons.Services
{ {
private readonly Dictionary<string, string> _map = new Dictionary<string, string> private readonly Dictionary<string, string> _map = new Dictionary<string, string>
{ {
["vault.bitwarden.com"] = "bitwarden.com", ["login.yahoo.com"] = "yahoo.com",
["accounts.google.com"] = "google.com", ["accounts.google.com"] = "google.com",
// TODO: Add others here // TODO: Add others here
}; };