summaryrefslogtreecommitdiffstats
path: root/web/react/components/login.jsx
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-01-26 19:53:33 -0500
committer=Corey Hulen <corey@hulen.com>2016-01-26 19:53:33 -0500
commit21d51f8c9094f434afed8d23d4790aea28a4c0df (patch)
tree2d88f4544a8513b68c37debfa495e53f4fe16c08 /web/react/components/login.jsx
parent2b1b1e28e113f8a902f2e2f8d8a639acddbea316 (diff)
downloadchat-21d51f8c9094f434afed8d23d4790aea28a4c0df.tar.gz
chat-21d51f8c9094f434afed8d23d4790aea28a4c0df.tar.bz2
chat-21d51f8c9094f434afed8d23d4790aea28a4c0df.zip
PLT-1586 adding LDAP/OAuth to iOS
Diffstat (limited to 'web/react/components/login.jsx')
-rw-r--r--web/react/components/login.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/login.jsx b/web/react/components/login.jsx
index 6887489a7..57e9a3788 100644
--- a/web/react/components/login.jsx
+++ b/web/react/components/login.jsx
@@ -115,7 +115,7 @@ export default class Login extends React.Component {
}
let teamSignUp = null;
- if (global.window.mm_config.EnableTeamCreation === 'true') {
+ if (global.window.mm_config.EnableTeamCreation === 'true' && !Utils.isMobileApp()) {
teamSignUp = (
<div className='margin--extra'>
<a