no message

This commit is contained in:
Roger Versluis 2023-07-12 16:38:41 -06:00
parent cac5a3b3fc
commit 0a36a3fd20

View file

@ -36,7 +36,7 @@ public class AuthController : Controller
return StatusCode(402, "Setup required");
}
return Unauthorized();
return StatusCode(403);
}
return Ok();