Refine registration endpoint #165

Merged
bustikiller merged 7 commits from remove-wedding-date into main 2024-12-07 22:45:16 +00:00
Showing only changes of commit fdef94be9a - Show all commits

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