diff --git a/pages/register.vue b/pages/register.vue index 8c457df..d89eb07 100644 --- a/pages/register.vue +++ b/pages/register.vue @@ -131,8 +131,6 @@ watch(() => form.repeatPassword, (newValue) => { console.log("repeat password change:", newValue); }) -const apiVersion = useRuntimeConfig().public.apiVersion; - async function register(e: Event) { e.preventDefault(); console.log("Sending registration data");