diff --git a/src/components/AdminSettings.vue b/src/components/AdminSettings.vue index bdea4bf9be..fd997336c8 100644 --- a/src/components/AdminSettings.vue +++ b/src/components/AdminSettings.vue @@ -576,7 +576,7 @@ export default { }, }, async mounted() { - if (this.hasSettingIframeSupport && this.userId && this.userId.length > 0) { + if (this.settings.hasSettingIframeSupport && this.userId && this.userId.length > 0) { await this.generateAccessToken() if (this.accessToken) { this.wopiSettingBaseUrl = getConfigFileUrl()