Implemented ability to reset a user's password.

This commit is contained in:
Joseph Milazzo 2021-01-21 11:15:42 -06:00
parent 6309ae9dd3
commit 8220709b4c
4 changed files with 31 additions and 4 deletions

View file

@ -25,7 +25,6 @@ namespace API.Middleware
public async Task InvokeAsync(HttpContext context)
{
_logger.LogError("The middleware called");
try
{
await _next(context); // downstream middlewares or http call