summaryrefslogtreecommitdiff
path: root/data/ui
diff options
context:
space:
mode:
authorMarcus Lundblad <ml@dfupdate.se>2022-08-21 00:57:33 +0200
committerMarcus Lundblad <ml@dfupdate.se>2022-08-24 21:21:16 +0200
commitca2535f071e333d99b30ecfd01b1c22e546e264d (patch)
tree648c7b2158d1fbe08a302518ff61a387c4af774f /data/ui
parent702dadb8ec063bc1245d37a2e4cbdb87d79f3954 (diff)
downloadgnome-maps-ca2535f071e333d99b30ecfd01b1c22e546e264d.tar.gz
Migrate to OAuth2 for OSM editingwip/mlundblad/osm-oauth2
librest has dropped OAuth 1 support. And also, there are flaws of the OAuth 1 protocol and it has been recommended to migrate to OAuth 2 for some time now. Switch from using OAuth 1.1a to OAuth 2.0 for authenticating for OSM editing. Since there's a new token, users will have to re-authorize with their OSM account before editing. The gsettings key for identifying a "logged in" account has been changed to "osm-username-oauth2".
Diffstat (limited to 'data/ui')
-rw-r--r--data/ui/osm-account-dialog.ui17
1 files changed, 2 insertions, 15 deletions
diff --git a/data/ui/osm-account-dialog.ui b/data/ui/osm-account-dialog.ui
index 31d636ee..46ee8787 100644
--- a/data/ui/osm-account-dialog.ui
+++ b/data/ui/osm-account-dialog.ui
@@ -63,19 +63,6 @@ Then fill in the obtained verification code here in the next step.</property>
</object>
</child>
<child>
- <object class="GtkSpinner" id="signInSpinner">
- <property name="height_request">16</property>
- <property name="width_request">16</property>
- <property name="spinning">True</property>
- <property name="halign">end</property>
- <property name="hexpand">1</property>
- <layout>
- <property name="column">0</property>
- <property name="row">3</property>
- </layout>
- </object>
- </child>
- <child>
<object class="GtkLinkButton">
<property name="focusable">1</property>
<property name="label" translatable="1">Sign up</property>
@@ -83,7 +70,7 @@ Then fill in the obtained verification code here in the next step.</property>
<property name="halign">end</property>
<property name="hexpand">1</property>
<layout>
- <property name="column">1</property>
+ <property name="column">0</property>
<property name="row">3</property>
</layout>
</object>
@@ -96,7 +83,7 @@ Then fill in the obtained verification code here in the next step.</property>
<class name="suggested-action"/>
</style>
<layout>
- <property name="column">2</property>
+ <property name="column">1</property>
<property name="row">3</property>
</layout>
</object>