summaryrefslogtreecommitdiffstats
path: root/webapp/components/login/login_controller.jsx
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2016-05-27 14:38:41 -0400
committerJoramWilander <jwawilander@gmail.com>2016-05-27 14:38:41 -0400
commit6f8d4a18eecfa9f0b8e817e75555e447d33faeb2 (patch)
tree2c4afbea82b27491cad87a9881b0d907667be886 /webapp/components/login/login_controller.jsx
parenta9a0e1f6db7384c22c2dba7dbb95c385590c2c61 (diff)
parentcb745475452a9fc8ef3a9fedf6b34af7d05adba9 (diff)
downloadchat-6f8d4a18eecfa9f0b8e817e75555e447d33faeb2.tar.gz
chat-6f8d4a18eecfa9f0b8e817e75555e447d33faeb2.tar.bz2
chat-6f8d4a18eecfa9f0b8e817e75555e447d33faeb2.zip
Merge branch 'release-3.0'
Diffstat (limited to 'webapp/components/login/login_controller.jsx')
-rw-r--r--webapp/components/login/login_controller.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/components/login/login_controller.jsx b/webapp/components/login/login_controller.jsx
index c4a76f912..1b1f65436 100644
--- a/webapp/components/login/login_controller.jsx
+++ b/webapp/components/login/login_controller.jsx
@@ -118,6 +118,7 @@ export default class LoginController extends React.Component {
finishSignin() {
GlobalActions.emitInitialLoad(
() => {
+ GlobalActions.loadBrowserLocale();
browserHistory.push('/select_team');
}
);