summaryrefslogtreecommitdiffstats
path: root/webapp/components/login
diff options
context:
space:
mode:
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');
}
);