Skip to content

Commit

Permalink
enable "beta.protonmail.com" entry point #46
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Sep 13, 2018
1 parent 49d8064 commit 0f5df33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "email-securely-app",
"description": "Unofficial desktop app for E2E encrypted email providers",
"version": "1.4.2",
"version": "1.5.0",
"author": "Vladimir Yakovlev <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/vladimiry/email-securely-app",
Expand Down
1 change: 1 addition & 0 deletions src/shared/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const ACCOUNTS_CONFIG: Record<AccountType, Record<"entryUrl", EntryUrlIte
entryUrl: [
{value: "https://app.protonmail.ch", title: "https://app.protonmail.ch"},
{value: "https://mail.protonmail.com", title: "https://mail.protonmail.com"},
{value: "https://beta.protonmail.com", title: "https://beta.protonmail.com (Beta)"},
{value: "https://protonirockerxow.onion", title: "https://protonirockerxow.onion (Tor)"},
],
},
Expand Down

0 comments on commit 0f5df33

Please sign in to comment.