Fix redirecting non-functional accounts on public pages (#11978)
Fix #11969
This commit is contained in:
@ -9,6 +9,8 @@ class DirectoriesController < ApplicationController
|
||||
before_action :set_tag, only: :show
|
||||
before_action :set_accounts
|
||||
|
||||
skip_before_action :require_functional!
|
||||
|
||||
def index
|
||||
render :index
|
||||
end
|
||||
|
Reference in New Issue
Block a user