Removed migration path, info, page

• Removed:
- account migration path, info, page
This commit is contained in:
mgabdev 2020-06-09 14:22:27 -04:00
parent ab65a9e002
commit 202dcfa767
2 changed files with 1 additions and 4 deletions

View File

@ -49,9 +49,6 @@
%hr/
%h6= t('auth.migrate_account')
%p.muted-hint= t('auth.migrate_account_html', path: settings_migration_path)
- if open_deletion?
%hr.spacer/

View File

@ -130,7 +130,7 @@ Rails.application.routes.draw do
end
resource :delete, only: [:show, :destroy]
resource :migration, only: [:show, :update]
# resource :migration, only: [:show, :update]
resources :sessions, only: [:destroy]
resources :scheduled_statuses, only: [:index, :destroy]