[gnome-maps] osmAccountDialog: Fix OSM signup link
- From: Marcus Lundblad <mlundblad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps] osmAccountDialog: Fix OSM signup link
- Date: Mon, 16 Mar 2020 22:02:58 +0000 (UTC)
commit 69aed681a23c101706aac36096e2b06d94728ddf
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]