fix(sign-up): remove unused emailRedirectTo option from signUp function
This commit is contained in:
@@ -21,7 +21,6 @@ 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