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 committed by June
parent 1b41e35f1d
commit 6394b1812c
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 {