mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
map yahoo login
This commit is contained in:
@ -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
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user