Skip to content

Commit 79649fa

Browse files
authored
Merge pull request #2602 from NoelDeMartin/MOBILE-3523
MOBILE-3523 login: Fix reconnect page
2 parents 9bb75c5 + 6bd062c commit 79649fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/login/pages/reconnect/reconnect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export class CoreLoginReconnectPage {
103103
this.showSiteAvatar = this.site.avatar && !this.loginHelper.getFixedSites();
104104

105105
return site.getPublicConfig().then((config) => {
106-
return this.sitesProvider.checkRequiredMinimumVersion(config).then(() => {
106+
return this.sitesProvider.checkApplication(config).then(() => {
107107
// Check logoURL if user avatar is not set.
108108
if (this.site.avatar.startsWith(site.infos.siteurl + '/theme/image.php')) {
109109
this.showSiteAvatar = false;

0 commit comments

Comments
 (0)