no message
This commit is contained in:
parent
cac5a3b3fc
commit
0a36a3fd20
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ public class AuthController : Controller
|
||||||
return StatusCode(402, "Setup required");
|
return StatusCode(402, "Setup required");
|
||||||
}
|
}
|
||||||
|
|
||||||
return Unauthorized();
|
return StatusCode(403);
|
||||||
}
|
}
|
||||||
|
|
||||||
return Ok();
|
return Ok();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue