diff --git a/webapp/components/login/login.jsx b/webapp/components/login/login.jsx index 64ef729959..b093b3ec9f 100644 --- a/webapp/components/login/login.jsx +++ b/webapp/components/login/login.jsx @@ -342,25 +342,28 @@ export default class Login extends React.Component { ); } - const userSignUp = ( -
- - - + var userSignUp; + if (global.window.mm_config.EnableOpenServer === 'true') { + userSignUp = ( +
+ - - -
- ); + + + +
+
+ ); + } let forgotPassword; if (usernameSigninEnabled || emailSigninEnabled) {