Merge pull request #320 from Snazzah/patch-2

This commit is contained in:
Paul Makles 2021-10-10 15:06:14 +01:00 committed by GitHub
commit 40d95025b5
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,6 +47,8 @@ function mapMailProvider(email?: string): [string, string] | undefined {
return ["mail.com", "https://www.mail.com/mail/"];
case "yandex.com":
return ["Yandex Mail", "https://mail.yandex.com/"];
case "hey.com":
return ["HEY", "https://app.hey.com/"];
default:
return [domain, `https://${domain}`];
}