request invite page was broken
This commit is contained in:
parent
8a6e702c12
commit
8fa856451d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ class MainController < ApplicationController
|
||||||
include UsersHelper
|
include UsersHelper
|
||||||
include SynapsesHelper
|
include SynapsesHelper
|
||||||
|
|
||||||
after_action :verify_policy_scoped
|
after_action :verify_policy_scoped, except: :requestinvite
|
||||||
|
|
||||||
respond_to :html, :json
|
respond_to :html, :json
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue