diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2019-07-04 14:58:16 +0100 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2019-07-05 16:49:28 +0100 |
| commit | e88ea055298552206caf1970856916a121a87395 (patch) | |
| tree | 11b740fd3061f023d23aff98f1f8983b70b02df4 /gui/src | |
| parent | 94794fe3cea82bc227963137fe65e23cf2b2903b (diff) | |
| download | mullvadvpn-e88ea055298552206caf1970856916a121a87395.tar.xz mullvadvpn-e88ea055298552206caf1970856916a121a87395.zip | |
Add key management URL to config
Diffstat (limited to 'gui/src')
| -rw-r--r-- | gui/src/config.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/src/config.json b/gui/src/config.json index 54eca6000b..9e11eea254 100644 --- a/gui/src/config.json +++ b/gui/src/config.json @@ -2,6 +2,7 @@ "links": { "createAccount": "https://mullvad.net/account/create/", "purchase": "https://mullvad.net/account/login/", + "manageKeys": "https://mullvad.net/account/login/", "faq": "https://mullvad.net/faq/", "download": "https://mullvad.net/download/", "supportEmail": "support@mullvad.net" |
