diff --git a/bun.lockb b/bun.lockb index c80126d..6cfb406 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/components/oauth/login.vue b/components/oauth/login.vue index 4bf775b..ff495e3 100644 --- a/components/oauth/login.vue +++ b/components/oauth/login.vue @@ -43,10 +43,6 @@ const form = useForm({ validationSchema: formSchema, }); -const onSubmit = form.handleSubmit((values) => { - console.info("Form submitted!", values); -}); - const redirectUrl = new URL("/api/auth/login", `https://${instance.domain}`); const params = useUrlSearchParams(); @@ -85,7 +81,7 @@ const issuerRedirectUrl = (issuerId: string) => {