From b99f63493913eb63e2939e42c3a92ac174a75a29 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 3 Feb 2025 19:14:01 +0100 Subject: [PATCH] Port index.vue to composition api --- dashboard/src/Index.vue | 119 +++++++------------ dashboard/src/components/CloudronAccount.vue | 2 - 2 files changed, 43 insertions(+), 78 deletions(-) diff --git a/dashboard/src/Index.vue b/dashboard/src/Index.vue index a5af3bf46..0b4af8cd2 100644 --- a/dashboard/src/Index.vue +++ b/dashboard/src/Index.vue @@ -1,7 +1,7 @@ - diff --git a/dashboard/src/components/CloudronAccount.vue b/dashboard/src/components/CloudronAccount.vue index a69ca527f..9645c3c3a 100644 --- a/dashboard/src/components/CloudronAccount.vue +++ b/dashboard/src/components/CloudronAccount.vue @@ -29,8 +29,6 @@ onMounted(async () => { return console.error(error); } - console.log(result) - hasSubscription.value = true; email.value = result.email; emailEncoded.value = encodeURIComponent(result.email);;