bring back sign up path
This commit is contained in:
+1
-1
@@ -16,8 +16,8 @@ Rails.application.routes.draw do
|
||||
|
||||
devise_scope :user do
|
||||
if Docuseal.multitenant?
|
||||
resource :registration, only: %i[show], path: 'sign_up'
|
||||
unauthenticated do
|
||||
resource :registration, only: %i[show], path: 'sign_up'
|
||||
resource :registration, only: %i[create], path: 'new' do
|
||||
get '' => :new, as: :new
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user