Port index.vue to composition api

This commit is contained in:
Johannes Zellner
2025-02-03 19:14:01 +01:00
parent a93b3dab1b
commit b99f634939
2 changed files with 43 additions and 78 deletions

View File

@@ -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);;