summaryrefslogtreecommitdiffstats
path: root/webapp/actions
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-08-15 08:21:12 -0500
committerJoram Wilander <jwawilander@gmail.com>2016-08-15 09:21:12 -0400
commitfdd7962d42b60d02f93e4343c11dc7dd7e766c38 (patch)
treee799668aa78c267d5274e2c5785f932585a30117 /webapp/actions
parentb972d2adba49996b13d4e0bb75b5b3f28e039466 (diff)
downloadchat-fdd7962d42b60d02f93e4343c11dc7dd7e766c38.tar.gz
chat-fdd7962d42b60d02f93e4343c11dc7dd7e766c38.tar.bz2
chat-fdd7962d42b60d02f93e4343c11dc7dd7e766c38.zip
PLT-3869 Fix set default language when user logs out (#3796)
Diffstat (limited to 'webapp/actions')
-rw-r--r--webapp/actions/global_actions.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/actions/global_actions.jsx b/webapp/actions/global_actions.jsx
index 9fc9c7b63..75cdb8015 100644
--- a/webapp/actions/global_actions.jsx
+++ b/webapp/actions/global_actions.jsx
@@ -457,6 +457,7 @@ export function emitUserLoggedOutEvent(redirectTo) {
PreferenceStore.clear();
UserStore.clear();
TeamStore.clear();
+ newLocalizationSelected(global.window.mm_config.DefaultClientLocale);
browserHistory.push(rURL);
},
() => {