diff --git a/app/controllers/site_controller.rb b/app/controllers/site_controller.rb index 280f39fd8..cea37fbf3 100644 --- a/app/controllers/site_controller.rb +++ b/app/controllers/site_controller.rb @@ -39,6 +39,7 @@ class SiteController < ApplicationController editor = preferred_editor if editor == "remote" + require_oauth render :action => :index return end