feat: remove unused variable

This commit is contained in:
SauceyRed 2025-05-31 02:37:29 +02:00
parent bc8e84b75d
commit bb63afa31e
Signed by: sauceyred
GPG key ID: 2BF92EB6D8A5CCA7

View file

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