summaryrefslogtreecommitdiffstats
path: root/web/react/components/user_settings_modal.jsx
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-09-17 09:21:56 -0700
committer=Corey Hulen <corey@hulen.com>2015-09-17 09:21:56 -0700
commit9b5198c69c01ff11b0977282b61cf2222ef2f2b1 (patch)
treea5179226ff013f082a6629dbf888454c53611383 /web/react/components/user_settings_modal.jsx
parent51c3445e694e68fdecd809f17fbaa64751e5931c (diff)
parent3edd8dbdf65e0b7be422a46328cb85482aa78f69 (diff)
downloadchat-9b5198c69c01ff11b0977282b61cf2222ef2f2b1.tar.gz
chat-9b5198c69c01ff11b0977282b61cf2222ef2f2b1.tar.bz2
chat-9b5198c69c01ff11b0977282b61cf2222ef2f2b1.zip
Merge branch 'master' into PLT-92
Diffstat (limited to 'web/react/components/user_settings_modal.jsx')
-rw-r--r--web/react/components/user_settings_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/user_settings_modal.jsx b/web/react/components/user_settings_modal.jsx
index 1daf6ebb9..67a4d0041 100644
--- a/web/react/components/user_settings_modal.jsx
+++ b/web/react/components/user_settings_modal.jsx
@@ -35,7 +35,7 @@ export default class UserSettingsModal extends React.Component {
tabs.push({name: 'security', uiName: 'Security', icon: 'glyphicon glyphicon-lock'});
tabs.push({name: 'notifications', uiName: 'Notifications', icon: 'glyphicon glyphicon-exclamation-sign'});
tabs.push({name: 'appearance', uiName: 'Appearance', icon: 'glyphicon glyphicon-wrench'});
- if (global.window.config.EnableOAuthServiceProvider) {
+ if (global.window.config.EnableOAuthServiceProvider === 'true') {
tabs.push({name: 'developer', uiName: 'Developer', icon: 'glyphicon glyphicon-th'});
}