chore: return back callback url on signup

This commit is contained in:
Bereket Engida
2025-04-14 11:04:03 +03:00
parent c399ca5c22
commit 2e2d2fed07

View File

@@ -24,6 +24,7 @@ export const signUpEmail = <O extends BetterAuthOptions>() =>
name: string;
email: string;
password: string;
callbackURL?: string;
} & AdditionalUserFieldsInput<O>,
},
openapi: {