about summary refs log tree commit diff
path: root/app/controllers/settings/featured_tags_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/settings/featured_tags_controller.rb')
-rw-r--r--app/controllers/settings/featured_tags_controller.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/controllers/settings/featured_tags_controller.rb b/app/controllers/settings/featured_tags_controller.rb
index e9861da56..e805527d0 100644
--- a/app/controllers/settings/featured_tags_controller.rb
+++ b/app/controllers/settings/featured_tags_controller.rb
@@ -1,9 +1,6 @@
 # frozen_string_literal: true
 
 class Settings::FeaturedTagsController < Settings::BaseController
-  layout 'admin'
-
-  before_action :authenticate_user!
   before_action :set_featured_tags, only: :index
   before_action :set_featured_tag, except: [:index, :create]
   before_action :set_recently_used_tags, only: :index