summaryrefslogtreecommitdiffstats
path: root/webapp/components/login
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-05-27 13:53:31 -0300
committerChristopher Speller <crspeller@gmail.com>2016-05-27 12:53:31 -0400
commit40743af734e438a97f946476552ccda2a5b0dbcf (patch)
tree63e25e4a6f0b2523d082c79ea442c641e93e367d /webapp/components/login
parentac509b114df1c1b4b841eded74fb797805e0162d (diff)
downloadchat-40743af734e438a97f946476552ccda2a5b0dbcf.tar.gz
chat-40743af734e438a97f946476552ccda2a5b0dbcf.tar.bz2
chat-40743af734e438a97f946476552ccda2a5b0dbcf.zip
PLT-3030 Fix Blank Page (#3104)
Diffstat (limited to 'webapp/components/login')
-rw-r--r--webapp/components/login/login.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/components/login/login.jsx b/webapp/components/login/login.jsx
index 8ae3fdd4d..e0969001a 100644
--- a/webapp/components/login/login.jsx
+++ b/webapp/components/login/login.jsx
@@ -115,6 +115,7 @@ export default class Login extends React.Component {
finishSignin() {
GlobalActions.emitInitialLoad(
() => {
+ GlobalActions.loadBrowserLocale();
browserHistory.push('/select_team');
}
);