Skip to content
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

fix: update route to new send method #160

Merged
merged 1 commit into from
Jan 18, 2024
Merged

fix: update route to new send method #160

merged 1 commit into from
Jan 18, 2024

Conversation

Joabesv
Copy link
Member

@Joabesv Joabesv commented Jan 18, 2024

Bug fix

Description

Correçao de rota com envio de email de recuperacao de conta
fixes #153

How do I test this?

Rode localmente o backend e faca um request para a rota
localhost:8011/users/me/recover com método POST e esse body

{"email": "seu-email@aluno.ufabc.edu.br"}

Checklist

  • I have performed a self-review of my own code;
  • I have added tests that prove my fix is effective or that my feature works;
  • Add labels to distinguish the pull request. For example bug, ready to review etc.

@Joabesv Joabesv added the bug Something isn't working label Jan 18, 2024
@Joabesv Joabesv self-assigned this Jan 18, 2024
@Joabesv Joabesv merged commit ba7dd8b into master Jan 18, 2024
2 of 4 checks passed
@Joabesv Joabesv deleted the fix/recovery-route branch January 20, 2024 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Erro ao Recuperar após deletar conta
2 participants