Web: Common: delete useless

This commit is contained in:
Viktor Fomin 2022-04-08 13:18:30 +03:00
parent d04de3b4f7
commit 231395fd05

View File

@ -52,10 +52,6 @@ class AuthStore {
this.userStore.user && requests.push(this.moduleStore.init());
}
if (this.isAuthenticated) {
this.settingsStore.getPortalPasswordSettings();
}
return Promise.all(requests);
};
setLanguage() {