Skip to content

Commit

Permalink
Atualização do link de redefinir senha
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas229 authored Jun 19, 2023
1 parent 85a9196 commit 2f8bb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/UsuarioService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public void RecuperarSenha(UsuarioDTO usuarioDTO)
}
private string GerarLinkDeRecuperacao(string UuidAutenticacao)
{
string baseUrl = "https://dnit.vercel.app/recuperarSenha";
string baseUrl = "https://dnit.vercel.app/redefinirSenha";
string link = $"{baseUrl}?token={UuidAutenticacao}";

return link;
Expand Down

0 comments on commit 2f8bb85

Please sign in to comment.