summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webapp/components/login/login.jsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/components/login/login.jsx b/webapp/components/login/login.jsx
index c5955a1f4..f6c02f6a3 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');
}