Implement my suggestions

This commit is contained in:
Wolfgang Huß 2021-03-24 15:19:28 +01:00
parent 7d81d3d96d
commit 717f224844

View File

@ -108,7 +108,7 @@ export default {
return {
mobileSearchVisible: false,
toggleMobileMenu: false,
inviteRegistration: this.$env.INVITE_REGISTRATION,
inviteRegistration: this.$env.INVITE_REGISTRATION === true, // for 'false' in .env INVITE_REGISTRATION is of type undefined and not(!) boolean false, because of internal handling,
}
},
computed: {