mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-22 07:00:58 -05:00
Merge pull request #359 from 3nt3/master
This commit is contained in:
commit
7ab8632bd0
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ function mapMailProvider(email?: string): [string, string] | undefined {
|
|||
case "aim.com":
|
||||
return ["AOL Mail", "https://mail.aol.com/"];
|
||||
case "icloud.com":
|
||||
return ["iCloud Mail", "https://mail.aol.com/"];
|
||||
return ["iCloud Mail", "https://mail.icloud.com/"];
|
||||
case "mail.com":
|
||||
case "email.com":
|
||||
return ["mail.com", "https://www.mail.com/mail/"];
|
||||
|
|
Loading…
Reference in a new issue