X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/385272bdae07c702d245b20c172bcb998259c8c6..ffda8d7ac5ca4f40a1211225dd3e1c898fc232a8:/app/controllers/oauth_controller.rb diff --git a/app/controllers/oauth_controller.rb b/app/controllers/oauth_controller.rb index cd7e48277..49af05b0d 100644 --- a/app/controllers/oauth_controller.rb +++ b/app/controllers/oauth_controller.rb @@ -5,6 +5,8 @@ class OauthController < ApplicationController # a login, but we want to check authorization on every action. authorize_resource :class => false + before_action :require_oauth_10a_support + layout "site" def revoke