From 717f224844bb9612be97e58c47e7848d6c9bb5a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Wed, 24 Mar 2021 15:19:28 +0100 Subject: [PATCH] Implement my suggestions --- webapp/layouts/default.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/layouts/default.vue b/webapp/layouts/default.vue index 6ee489367..0b682f3d5 100644 --- a/webapp/layouts/default.vue +++ b/webapp/layouts/default.vue @@ -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: {