Revert "Fix tenant-related error retrieving captcha"
Some checks failed
Add copyright notice / copyright_notice (pull_request) Successful in 1m23s
Check usage of free licenses / check-licenses (pull_request) Successful in 1m50s
Run unit tests / unit_tests (pull_request) Failing after 2m26s

This reverts commit 3996ffc85c1fe3a912db14cbb317158fe9bcd8e2.
This commit is contained in:
Manuel Bustillo 2024-12-07 23:18:23 +01:00
parent c62bb137ce
commit fdef94be9a

View File

@ -10,10 +10,4 @@ class CaptchaController < ApplicationController
media_url: media_captcha_index_url(id:)
}, status: :created
end
private
def set_tenant
ActsAsTenant.current_tenant = nil
end
end