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({
|
const response = await client.auth.signUp({
|
||||||
...credentials,
|
...credentials,
|
||||||
options: {
|
options: {
|
||||||
|
emailRedirectTo,
|
||||||
captchaToken,
|
captchaToken,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user