Fix functional user requirements in whitelist mode (#14093)
Fixes #14092
This commit is contained in:
parent
b1d492f30a
commit
ac8a788370
9 changed files with 9 additions and 9 deletions
|
@ -10,7 +10,7 @@ class RemoteInteractionController < ApplicationController
|
|||
before_action :set_status
|
||||
before_action :set_body_classes
|
||||
|
||||
skip_before_action :require_functional!
|
||||
skip_before_action :require_functional!, unless: :whitelist_mode?
|
||||
|
||||
def new
|
||||
@remote_follow = RemoteFollow.new(session_params)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue