PLT-2376 fixing login page title (#2785)

Этот коммит содержится в:
Corey Hulen
2016-04-26 09:29:16 -07:00
коммит произвёл Christopher Speller
родитель 215f78af14
Коммит 0879a2317f

Просмотреть файл

@@ -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');
}