1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-26 22:31:30 +01:00

fix walgreens photo mapping

This commit is contained in:
Kyle Spearrin 2017-10-21 23:16:06 -04:00
parent aa07c6fae4
commit 294a80436e

View File

@ -8,7 +8,7 @@ namespace Bit.Icons.Services
{ {
["login.yahoo.com"] = "yahoo.com", ["login.yahoo.com"] = "yahoo.com",
["accounts.google.com"] = "google.com", ["accounts.google.com"] = "google.com",
["photo.wallgreens.com"] = "wallgreens.com", ["photo.walgreens.com"] = "walgreens.com",
["passport.yandex.com"] = "yandex.com", ["passport.yandex.com"] = "yandex.com",
// TODO: Add others here // TODO: Add others here
}; };