Removed migration path, info, page
• Removed: - account migration path, info, page
This commit is contained in:
parent
ab65a9e002
commit
202dcfa767
@ -49,9 +49,6 @@
|
|||||||
|
|
||||||
%hr/
|
%hr/
|
||||||
|
|
||||||
%h6= t('auth.migrate_account')
|
|
||||||
%p.muted-hint= t('auth.migrate_account_html', path: settings_migration_path)
|
|
||||||
|
|
||||||
- if open_deletion?
|
- if open_deletion?
|
||||||
%hr.spacer/
|
%hr.spacer/
|
||||||
|
|
||||||
|
@ -130,7 +130,7 @@ Rails.application.routes.draw do
|
|||||||
end
|
end
|
||||||
|
|
||||||
resource :delete, only: [:show, :destroy]
|
resource :delete, only: [:show, :destroy]
|
||||||
resource :migration, only: [:show, :update]
|
# resource :migration, only: [:show, :update]
|
||||||
|
|
||||||
resources :sessions, only: [:destroy]
|
resources :sessions, only: [:destroy]
|
||||||
resources :scheduled_statuses, only: [:index, :destroy]
|
resources :scheduled_statuses, only: [:index, :destroy]
|
||||||
|
Loading…
Reference in New Issue
Block a user