diff --git a/src/App.vue b/src/App.vue index 10a6d11..b55ac20 100644 --- a/src/App.vue +++ b/src/App.vue @@ -25,7 +25,7 @@ const menuItems = ref([]); /** @var {string} */ const activeServiceKey = ref(null); /** @var {Boolean} */ -const isGuest = ref(true); +const isGuest = ref(false); /** @var {String} */ const password = ref(''); // on mounted diff --git a/src/components/ServiceConfiguration.vue b/src/components/ServiceConfiguration.vue index b9a0098..3cca6de 100644 --- a/src/components/ServiceConfiguration.vue +++ b/src/components/ServiceConfiguration.vue @@ -8,12 +8,20 @@