diff --git a/app/controllers/repp/v1/base_controller.rb b/app/controllers/repp/v1/base_controller.rb index fde6a35f1..903c9e58b 100644 --- a/app/controllers/repp/v1/base_controller.rb +++ b/app/controllers/repp/v1/base_controller.rb @@ -173,7 +173,7 @@ module Repp end def throttled_user - authorize!(:throttled_user, @domain) unless current_user + authorize!(:throttled_user, @domain) unless current_user || action_name == 'tara_callback' current_user end end