fix: explicit emailRedirectTo on signUp
This commit is contained in:
@@ -248,7 +248,8 @@ export const useAuth = () => {
|
|||||||
nome: credentials.nome,
|
nome: credentials.nome,
|
||||||
cpf: credentials.cpf,
|
cpf: credentials.cpf,
|
||||||
telefone: credentials.telefone
|
telefone: credentials.telefone
|
||||||
}
|
},
|
||||||
|
emailRedirectTo: `${window.location.origin}/auth/callback`
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user