X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7fef0353f25ecb02d400987ec30763d1ce881a12..bb9f20710e851eb4943bfb8e63386680e359834a:/app/controllers/oauth_controller.rb diff --git a/app/controllers/oauth_controller.rb b/app/controllers/oauth_controller.rb index 8ce53739f..88691f862 100644 --- a/app/controllers/oauth_controller.rb +++ b/app/controllers/oauth_controller.rb @@ -59,7 +59,7 @@ class OauthController < ApplicationController "oauth_token=#{@token.token}" else @redirect_url.query + - "&oauth_token=#{@token.token}" + "&oauth_token=#{@token.token}" end unless @token.oauth10?