This commit is contained in:
Pete Matsyburka
2024-03-02 12:09:35 +02:00
parent da871b5d3a
commit 519e6f1f79
4 changed files with 0 additions and 163 deletions
-9
View File
@@ -17,15 +17,6 @@ Rails.application.routes.draw do
end
devise_scope :user do
if Docuseal.multitenant?
resource :registration, only: %i[show], path: 'sign_up'
unauthenticated do
resource :registration, only: %i[create], path: 'new' do
get '' => :new, as: :new
end
end
end
resource :invitation, only: %i[update] do
get '' => :edit
end