PLT-2376 fixing login page title (#2785)
Этот коммит содержится в:
коммит произвёл
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');
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user