X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5110b1c706d25e58ecb188c4b1e756cc5760addc..f0764d3:/app/views/site/id.html.erb?ds=inline
diff --git a/app/views/site/id.html.erb b/app/views/site/id.html.erb
index ec067b9e7..64cb4fd58 100644
--- a/app/views/site/id.html.erb
+++ b/app/views/site/id.html.erb
@@ -9,12 +9,9 @@
</head>
<body>
<% data = {}
- if Settings.key?(:id_key)
- token = current_user.access_token(Settings.id_key)
+ if Settings.key?(:id_application)
+ token = current_user.oauth_token(Settings.id_application)
data[:token] = token.token
- data[:token_secret] = token.secret
- data[:consumer_key] = token.client_application.key
- data[:consumer_secret] = token.client_application.secret
end
data[:locale] = ID::LOCALES.preferred(preferred_languages).to_s
data[:asset_map] = assets("iD").to_json %>