Merge pull request #2602 from NoelDeMartin/MOBILE-3523

MOBILE-3523 login: Fix reconnect page
main
Dani Palou 2020-11-11 17:13:00 +01:00 committed by GitHub
commit 79649faf98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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();
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.
if (this.site.avatar.startsWith(site.infos.siteurl + '/theme/image.php')) {
this.showSiteAvatar = false;