diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2020-02-20 15:40:19 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2020-02-26 15:11:06 +0100 |
| commit | 2531197f9648c623e6b1b2988ca1fdf964eb73df (patch) | |
| tree | fc8b108623a613ae053e53d801c2ffb5b5012128 | |
| parent | 7989b0908f8181e38f4911d5706200eaaec65939 (diff) | |
| download | mullvadvpn-2531197f9648c623e6b1b2988ca1fdf964eb73df.tar.xz mullvadvpn-2531197f9648c623e6b1b2988ca1fdf964eb73df.zip | |
Remove create account URL
| -rw-r--r-- | ios/MullvadVPN/WebLinks.swift | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ios/MullvadVPN/WebLinks.swift b/ios/MullvadVPN/WebLinks.swift index 0f67816ad1..2ed213981b 100644 --- a/ios/MullvadVPN/WebLinks.swift +++ b/ios/MullvadVPN/WebLinks.swift @@ -12,7 +12,6 @@ enum WebLinks {} extension WebLinks { - static let createAccountURL = URL(string: "https://mullvad.net/account/create/")! static let faqURL = URL(string: "https://mullvad.net/faq/")! static let manageKeysURL = URL(string: "https://mullvad.net/en/account/ports/")! |
