diff options
author | James Westman <james@flyingpimonster.net> | 2020-03-12 16:41:57 -0500 |
---|---|---|
committer | Marcus Lundblad <ml@update.uu.se> | 2020-03-16 21:43:32 +0000 |
commit | 69aed681a23c101706aac36096e2b06d94728ddf (patch) | |
tree | 5ff98ea2c73ded9ba0090eecd05f68d6e0931f9a /data | |
parent | 7c4a796e7097b08913e132401b39eb88be3e44de (diff) | |
download | gnome-maps-69aed681a23c101706aac36096e2b06d94728ddf.tar.gz |
osmAccountDialog: Fix OSM signup link
As discussed in https://github.com/openstreetmap/openstreetmap-website/issues/2555,
the referer parameter is being misused here, resulting in a bad redirect when
the link is followed.
Diffstat (limited to 'data')
-rw-r--r-- | data/ui/osm-account-dialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ui/osm-account-dialog.ui b/data/ui/osm-account-dialog.ui index bbe73672..a9d88d2f 100644 --- a/data/ui/osm-account-dialog.ui +++ b/data/ui/osm-account-dialog.ui @@ -144,7 +144,7 @@ OpenStreetMap account.</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="label" translatable="yes">Don’t have an account?</property> - <property name="uri">https://www.openstreetmap.org/user/new?referer=gnome-maps</property> + <property name="uri">https://www.openstreetmap.org/user/new</property> </object> <packing> <property name="left_attach">0</property> |