Skip to content

Commit 2c77ad0

Browse files
remove Unauthorized
1 parent 50a94f3 commit 2c77ad0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Infrastructure/BotSharp.OpenAPI/Controllers/UserController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ public async Task<ActionResult<Token>> ActivateUser(UserActivationModel model)
6868
var token = await _userService.ActiveUser(model);
6969
if (token == null)
7070
{
71-
//return Unauthorized();
7271
return BadRequest();
7372
}
7473
return Ok(token);

0 commit comments

Comments
 (0)