X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/85bf0af4886f155e8521a6ccffedfa845133b611..651c6b0d4c3cae766385d47d5d7043c8d80d9437:/app/controllers/site_controller.rb?ds=sidebyside diff --git a/app/controllers/site_controller.rb b/app/controllers/site_controller.rb index 00b3e78da..02852dc67 100644 --- a/app/controllers/site_controller.rb +++ b/app/controllers/site_controller.rb @@ -7,6 +7,7 @@ class SiteController < ApplicationController before_action :redirect_browse_params, :only => :index before_action :redirect_map_params, :only => [:index, :edit, :export] before_action :require_oauth, :only => [:index] + before_action :require_user, :only => [:id] before_action :update_totp, :only => [:index] authorize_resource :class => false