Web: Common: delete useless

This commit is contained in:
Viktor Fomin 2022-04-08 12:24:14 +03:00
parent 797c71551b
commit 6d0f4fb37d

View File

@ -54,7 +54,6 @@ class AuthStore {
if (this.isAuthenticated) { if (this.isAuthenticated) {
this.settingsStore.getPortalPasswordSettings(); this.settingsStore.getPortalPasswordSettings();
this.tfaStore.getTfaType();
} }
return Promise.all(requests); return Promise.all(requests);