mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
correct isGMS and isHumHub
This commit is contained in:
parent
630955dff2
commit
a9bfc6f837
@ -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(() => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user