We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a94f3 commit 2c77ad0Copy full SHA for 2c77ad0
src/Infrastructure/BotSharp.OpenAPI/Controllers/UserController.cs
@@ -68,7 +68,6 @@ public async Task<ActionResult<Token>> ActivateUser(UserActivationModel model)
68
var token = await _userService.ActiveUser(model);
69
if (token == null)
70
{
71
- //return Unauthorized();
72
return BadRequest();
73
}
74
return Ok(token);
0 commit comments