Skip to content

Commit

Permalink
rename domains entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Jul 6, 2018
1 parent 3563f38 commit 176f011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shared/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export const ACCOUNTS_CONFIG: Record<AccountType, Record<"entryUrl", EntryUrlIte
protonmail: {
entryUrl: [
{value: "https://app.protonmail.ch", title: "https://app.protonmail.ch"},
{value: "https://protonirockerxow.onion", title: "https://protonirockerxow.onion"},
{value: "https://mail.protonmail.com", title: "https://mail.protonmail.com (DEPRECATED)"},
{value: "https://mail.protonmail.com", title: "https://mail.protonmail.com"},
{value: "https://protonirockerxow.onion", title: "https://protonirockerxow.onion (Tor)"},
],
},
tutanota: {
Expand Down

0 comments on commit 176f011

Please sign in to comment.