Web:Common:Add whiteLabel methods.

This commit is contained in:
Vlada Gazizova 2022-09-14 13:59:39 +03:00
parent 9b15ddf9ac
commit cdc9102dd8

View File

@ -56,7 +56,10 @@ class AuthStore {
requests.push(
this.settingsStore.getPortalPasswordSettings(),
this.settingsStore.getAdditionalResources(),
this.settingsStore.getCompanyInfoSettings()
this.settingsStore.getCompanyInfoSettings(),
this.settingsStore.getWhiteLabelLogoUrls(),
this.settingsStore.getWhiteLabelLogoText(),
this.settingsStore.getWhiteLabelLogoSizes()
);
}