use 403 for auth check fails everywhere else

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-04-23 19:37:11 -04:00
parent dbbada694a
commit e27a5ba80f
2 changed files with 6 additions and 6 deletions

View file

@ -737,7 +737,7 @@ impl Service {
)
.map_err(|e| {
error!("Auth check failed: {:?}", e);
Error::BadRequest(ErrorKind::InvalidParam, "Auth check failed.")
Error::BadRequest(ErrorKind::forbidden(), "Auth check failed.")
})?;
if !auth_check {