Fix incorrect var setting
This commit is contained in:
committed by
Mike Dalessio
parent
3f2eee38ba
commit
5c6b91ef77
@@ -18,9 +18,9 @@ module Authentication
|
||||
end
|
||||
|
||||
def allow_unauthenticated_access(**options)
|
||||
@unauthenticated_access_allowed = true
|
||||
skip_before_action :require_authentication, **options
|
||||
before_action :resume_session, **options
|
||||
allow_unauthorized_access **options
|
||||
end
|
||||
|
||||
def disallow_account_scope(**options)
|
||||
|
||||
Reference in New Issue
Block a user