Web: Common: check password settings

This commit is contained in:
Viktor Fomin 2022-07-13 21:00:42 +03:00
parent 943895e6b7
commit 42b4d8a59e

View File

@ -53,6 +53,8 @@ class AuthStore {
if (this.isAuthenticated && !skipModules) {
this.userStore.user && requests.push(this.moduleStore.init());
!this.settingsStore.passwordSettings &&
requests.push(this.settingsStore.getPortalPasswordSettings());
}
return Promise.all(requests);