diff options
| author | cyBerta <cyberta@riseup.net> | 2018-02-21 11:12:21 +0100 |
|---|---|---|
| committer | cyBerta <cyberta@riseup.net> | 2018-02-21 11:12:21 +0100 |
| commit | e4f4521f9d50aad80a7c689eb949e75d1b521bac (patch) | |
| tree | 3c55913178a35af75e2dcd7e447aeae5d3cc587e /app/assets | |
| parent | d6db9433d9f9e0e2f1dc21cd3de7d88d1e473861 (diff) | |
#8858 add custom providers to the providers list on successful setup
Diffstat (limited to 'app/assets')
| -rw-r--r-- | app/assets/urls/calyx.net.url | 2 | ||||
| -rw-r--r-- | app/assets/urls/demo.bitmask.net.url | 2 | ||||
| -rw-r--r-- | app/assets/urls/riseup.net.url | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/urls/calyx.net.url b/app/assets/urls/calyx.net.url index 8de04fe9..807e9e18 100644 --- a/app/assets/urls/calyx.net.url +++ b/app/assets/urls/calyx.net.url @@ -1,3 +1,3 @@ { - "main_url" : "https://calyx.net/" + "main_url" : "https://calyx.net" } diff --git a/app/assets/urls/demo.bitmask.net.url b/app/assets/urls/demo.bitmask.net.url index 1a412055..0c4de648 100644 --- a/app/assets/urls/demo.bitmask.net.url +++ b/app/assets/urls/demo.bitmask.net.url @@ -1,3 +1,3 @@ {
- "main_url" : "https://demo.bitmask.net/"
+ "main_url" : "https://demo.bitmask.net"
}
diff --git a/app/assets/urls/riseup.net.url b/app/assets/urls/riseup.net.url index 4548b433..42cdb979 100644 --- a/app/assets/urls/riseup.net.url +++ b/app/assets/urls/riseup.net.url @@ -1,3 +1,3 @@ { - "main_url" : "https://riseup.net/" + "main_url" : "https://riseup.net" } |
