correct isGMS and isHumHub

This commit is contained in:
clauspeterhuebner 2025-03-27 23:54:45 +01:00
parent 630955dff2
commit a9bfc6f837

View File

@ -239,11 +239,11 @@ const isHumhubActivated = computed(() => {
})
const isGMS = computed(() => {
return CONFIG.GMS_ACTIVE === 'true'
return CONFIG.GMS_ACTIVE === true
})
const isHumhub = computed(() => {
return CONFIG.HUMHUB_ACTIVE === 'true'
return CONFIG.HUMHUB_ACTIVE === true
})
const isCommunityService = computed(() => {