[gnome-maps/gnome-3-36] osmAccountDialog: Fix OSM signup link



commit e03980a85d4c702442e370781b363dbd200f8501
Author: James Westman <james flyingpimonster net>
Date:   Thu Mar 12 16:41:57 2020 -0500

    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.

 data/ui/osm-account-dialog.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]