Fix fetched API endpoint not being used correctly #4

Merged
sauceyred merged 3 commits from dev into main 2025-05-31 00:40:21 +00:00
Showing only changes of commit bb63afa31e - Show all commits

View file

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