File tree 1 file changed +4
-2
lines changed
site/src/components/PreferencesLayout
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,13 @@ export const Language = {
13
13
preferencesLabel : "Preferences" ,
14
14
}
15
15
16
+ // Security and linked accounts will be implemented in the enterprise release;
17
+ // for now leave them out since they have no functionality.
16
18
const menuItems = [
17
19
{ label : Language . accountLabel , path : "/preferences/account" } ,
18
- { label : Language . securityLabel , path : "/preferences/security" } ,
20
+ // { label: Language.securityLabel, path: "/preferences/security" },
19
21
{ label : Language . sshKeysLabel , path : "/preferences/ssh-keys" } ,
20
- { label : Language . linkedAccountsLabel , path : "/preferences/linked-accounts" } ,
22
+ // { label: Language.linkedAccountsLabel, path: "/preferences/linked-accounts" },
21
23
]
22
24
23
25
export const PreferencesLayout : React . FC = ( ) => {
You can’t perform that action at this time.
0 commit comments