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:
parent
c10245eea6
commit
30f5861647
@ -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
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user