feat: remove unused variable
This commit is contained in:
parent
bc8e84b75d
commit
bb63afa31e
1 changed files with 0 additions and 2 deletions
|
@ -131,8 +131,6 @@ watch(() => form.repeatPassword, (newValue) => {
|
||||||
console.log("repeat password change:", newValue);
|
console.log("repeat password change:", newValue);
|
||||||
})
|
})
|
||||||
|
|
||||||
const apiVersion = useRuntimeConfig().public.apiVersion;
|
|
||||||
|
|
||||||
async function register(e: Event) {
|
async function register(e: Event) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
console.log("Sending registration data");
|
console.log("Sending registration data");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue