fix: make account settings pane first
This commit is contained in:
@@ -45,8 +45,8 @@ const PREFERENCES_MENU_ITEMS: PreferencesMenuItem[] = [
|
||||
];
|
||||
|
||||
const READY_PREFERENCES_MENU_ITEMS: PreferencesMenuItem[] = [
|
||||
{ id: 'general', label: 'General', icon: 'settings' },
|
||||
{ id: 'account', label: 'Account', icon: 'user' },
|
||||
{ id: 'general', label: 'General', icon: 'settings' },
|
||||
{ id: 'security', label: 'Security', icon: 'security' },
|
||||
{ id: 'listed', label: 'Listed', icon: 'listed' },
|
||||
{ id: 'help-feedback', label: 'Help & feedback', icon: 'help' },
|
||||
|
||||
@@ -3,8 +3,7 @@ import {
|
||||
SubscriptionWrapper,
|
||||
Credentials,
|
||||
SignOutWrapper,
|
||||
Authentication,
|
||||
Advanced
|
||||
Authentication
|
||||
} from '@/preferences/panes/account';
|
||||
import { PreferencesPane } from '@/preferences/components';
|
||||
import { observer } from 'mobx-react-lite';
|
||||
|
||||
Reference in New Issue
Block a user