diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-08-10 15:27:20 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-08-10 15:27:20 +0200 |
| commit | bbd9f33622e41381545beef69f43e7e8c92632b4 (patch) | |
| tree | cd7494bfe869a2b177104050c26cdbf0a02d8281 | |
| parent | 77b004fc04e097741cad3abd13b669982f45aa3d (diff) | |
| parent | 3894a58296211d41a3e45ce0ec6a63784609a904 (diff) | |
| download | mullvadvpn-bbd9f33622e41381545beef69f43e7e8c92632b4.tar.xz mullvadvpn-bbd9f33622e41381545beef69f43e7e8c92632b4.zip | |
Merge branch 'add-account-credit-url'
| -rw-r--r-- | CHANGELOG.md | 3 | ||||
| -rw-r--r-- | app/config.json | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index aa61f6cb69..dbdbe5f87f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,9 @@ Line wrap the file at 100 chars. Th ## [Unreleased] +### Changed +- The "Buy more credit" button is changed to open a dedicated account login page instead of one + having a create account form first. ## [2018.2-beta3] - 2018-08-09 diff --git a/app/config.json b/app/config.json index f4a9d973c2..f28b2ca3b0 100644 --- a/app/config.json +++ b/app/config.json @@ -1,7 +1,7 @@ { "links": { "createAccount": "https://mullvad.net/account/create/", - "purchase": "https://mullvad.net/account/", + "purchase": "https://mullvad.net/account/login/", "faq": "https://mullvad.net/faq/", "guides": "https://mullvad.net/guides/", "download": "https://mullvad.net/download/", |
