MOBILE-4414 credentials: Update support config

main
Alfonso Salces 2023-09-08 15:31:14 +02:00
parent b828cc51e8
commit 9e342ca2ef
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ export class CoreLoginCredentialsPage implements OnInit, OnDestroy {
this.siteUrl = this.siteCheck.siteUrl;
this.siteConfig = this.siteCheck.config;
this.supportConfig = this.siteConfig && new CoreUserGuestSupportConfig(this.siteConfig);
await this.treatSiteConfig();