MOBILE-3523 login: Fix reconnect page

main
Noel De Martin 2020-11-11 16:43:40 +01:00
parent 9efe39b711
commit 6bd062c10c
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ export class CoreLoginReconnectPage {
this.showSiteAvatar = this.site.avatar && !this.loginHelper.getFixedSites(); this.showSiteAvatar = this.site.avatar && !this.loginHelper.getFixedSites();
return site.getPublicConfig().then((config) => { return site.getPublicConfig().then((config) => {
return this.sitesProvider.checkRequiredMinimumVersion(config).then(() => { return this.sitesProvider.checkApplication(config).then(() => {
// Check logoURL if user avatar is not set. // Check logoURL if user avatar is not set.
if (this.site.avatar.startsWith(site.infos.siteurl + '/theme/image.php')) { if (this.site.avatar.startsWith(site.infos.siteurl + '/theme/image.php')) {
this.showSiteAvatar = false; this.showSiteAvatar = false;