-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Mentor] Exclusão de cadastro (task 2 de 2) #225
Comments
25/10/2024 - Review: Em conclusão, aguardando encontro com mentor. Não sabemos mensurar a conclusão por o @Guimonteirojbv não se encontrava na reunião. |
Entra na sprint: 09/12 |
Validação OK |
Link do PR: #231 Critérios de Aceite:
O Segue trecho do código com os parâmetros enviados pra o export type FormValuesDeleteAccountDTO = {
reasonOption: string;
inputReason: string | null;
useReview: string;
platformReview: string;
inputExperience: string | null;
}; async function deleteAccount(
password: string,
data: FormValuesDeleteAccountDTO
) {
try {
const response = await api.put(`/mentor/${id}`, {
password: password,
data: data,
});
console.log(response.data);
logout();
setUserSession(null);
} catch (error) {
console.error(error);
}
} Capturas da tela: |
A US SouJunior/products#214 requer 2 tasks para ser concluída:
The text was updated successfully, but these errors were encountered: