Fix redirecting non-functional accounts on public pages (#11978)
Fix #11969
This commit is contained in:
@@ -10,6 +10,8 @@ class RemoteInteractionController < ApplicationController
|
||||
before_action :set_status
|
||||
before_action :set_body_classes
|
||||
|
||||
skip_before_action :require_functional!
|
||||
|
||||
def new
|
||||
@remote_follow = RemoteFollow.new(session_params)
|
||||
end
|
||||
|
Reference in New Issue
Block a user