We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80a87b commit 3857d0bCopy full SHA for 3857d0b
src/dashboard/DashboardView.react.js
@@ -168,14 +168,13 @@ export default class DashboardView extends React.Component {
168
link: '/settings/general'
169
});
170
}
171
- /*
172
- if (features.keysSettings) {
+ // if (features.keysSettings) {
173
settingsSections.push({
174
name: 'Security & Keys',
175
link: '/settings/keys'
176
177
- }
178
-
+ // }
+ /*
179
if (features.usersSettings) {
180
181
name: 'Users',
0 commit comments