fix(sign-up): move emailRedirectTo option into signUp options
This commit is contained in:
@@ -21,6 +21,7 @@ export function useSignUpWithEmailAndPassword() {
|
||||
const response = await client.auth.signUp({
|
||||
...credentials,
|
||||
options: {
|
||||
emailRedirectTo,
|
||||
captchaToken,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user