From 0879a2317f34a63da8f6e06469f7878e285f0d4d Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Tue, 26 Apr 2016 09:29:16 -0700 Subject: PLT-2376 fixing login page title (#2785) --- webapp/components/login/login.jsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webapp/components/login') 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'); } -- cgit v1.2.3-1-g7c22