From 21d51f8c9094f434afed8d23d4790aea28a4c0df Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Tue, 26 Jan 2016 19:53:33 -0500 Subject: [PATCH] PLT-1586 adding LDAP/OAuth to iOS --- web/react/components/login.jsx | 2 +- web/templates/claim_account.html | 18 +++++++++++++-- web/templates/docs.html | 3 +++ web/templates/find_team.html | 3 +++ web/templates/login.html | 2 +- web/templates/password_reset.html | 16 ++++++++++++- web/templates/verify.html | 11 ++++++++- web/templates/welcome.html | 37 ------------------------------- 8 files changed, 49 insertions(+), 43 deletions(-) delete mode 100644 web/templates/welcome.html diff --git a/web/react/components/login.jsx b/web/react/components/login.jsx index 6887489a77..57e9a37883 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 = (
-
-
+
+ +
- - -{{end}}