We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9bb75c5 + 6bd062c commit 79649faCopy full SHA for 79649fa
src/core/login/pages/reconnect/reconnect.ts
@@ -103,7 +103,7 @@ export class CoreLoginReconnectPage {
103
this.showSiteAvatar = this.site.avatar && !this.loginHelper.getFixedSites();
104
105
return site.getPublicConfig().then((config) => {
106
- return this.sitesProvider.checkRequiredMinimumVersion(config).then(() => {
+ return this.sitesProvider.checkApplication(config).then(() => {
107
// Check logoURL if user avatar is not set.
108
if (this.site.avatar.startsWith(site.infos.siteurl + '/theme/image.php')) {
109
this.showSiteAvatar = false;
0 commit comments