use 403 for auth check fails everywhere else
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user