diff --git a/src/store/modules/auth.ts b/src/store/modules/auth.ts index 7457a0aa50..0288c19326 100644 --- a/src/store/modules/auth.ts +++ b/src/store/modules/auth.ts @@ -227,7 +227,7 @@ const authStore : Module = { commit('info', info) commit('lastUserRefresh') - if (typeof info.settings.language === 'undefined' || info.settings.language === '') { + if (info.type === AUTH_TYPES.USER && (typeof info.settings.language === 'undefined' || info.settings.language === '')) { // save current language await dispatch('saveUserSettings', { settings: {