This commit is contained in:
einhornimmond 2024-05-13 14:58:23 +02:00
parent ac35138efb
commit 066e817c51

View File

@ -95,7 +95,7 @@ export default {
return CONFIG.HUMHUB_ACTIVE === 'true'
},
isGMS() {
return CONFIG.HUMHUB_ACTIVE === 'true'
return CONFIG.GMS_ACTIVE === 'true'
},
},
}