mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
Fix icloud address from mail.aol.com to mail.icloud.com
Fixes #325 Signed-off-by: 3nt3 <gott@3nt3.de>
This commit is contained in:
parent
d6169f3c3a
commit
81cd821601
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ function mapMailProvider(email?: string): [string, string] | undefined {
|
||||||
case "aim.com":
|
case "aim.com":
|
||||||
return ["AOL Mail", "https://mail.aol.com/"];
|
return ["AOL Mail", "https://mail.aol.com/"];
|
||||||
case "icloud.com":
|
case "icloud.com":
|
||||||
return ["iCloud Mail", "https://mail.aol.com/"];
|
return ["iCloud Mail", "https://mail.icloud.com/"];
|
||||||
case "mail.com":
|
case "mail.com":
|
||||||
case "email.com":
|
case "email.com":
|
||||||
return ["mail.com", "https://www.mail.com/mail/"];
|
return ["mail.com", "https://www.mail.com/mail/"];
|
||||||
|
|
Loading…
Reference in a new issue