diff --git a/src/hooks/useAuth.ts b/src/hooks/useAuth.ts index a9121f6..158bea9 100644 --- a/src/hooks/useAuth.ts +++ b/src/hooks/useAuth.ts @@ -248,7 +248,8 @@ export const useAuth = () => { nome: credentials.nome, cpf: credentials.cpf, telefone: credentials.telefone - } + }, + emailRedirectTo: `${window.location.origin}/auth/callback` } });