mirror of
https://github.com/internetee/registry.git
synced 2025-07-27 21:16:12 +02:00
Skip action tara callback authorization
This commit is contained in:
parent
88090523ff
commit
0b761498fd
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ module Repp
|
||||||
end
|
end
|
||||||
|
|
||||||
def throttled_user
|
def throttled_user
|
||||||
authorize!(:throttled_user, @domain) unless current_user
|
authorize!(:throttled_user, @domain) unless current_user || action_name == 'tara_callback'
|
||||||
current_user
|
current_user
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue