diff --git a/webapp/components/login/login.jsx b/webapp/components/login/login.jsx index c5955a1f46..f6c02f6a32 100644 --- a/webapp/components/login/login.jsx +++ b/webapp/components/login/login.jsx @@ -35,6 +35,8 @@ export default class Login extends React.Component { this.state = state; } componentDidMount() { + document.title = global.window.mm_config.SiteName; + if (UserStore.getCurrentUser()) { browserHistory.push('/select_team'); }