This commit is contained in:
Owen Schwartz 2025-01-19 17:33:54 -05:00
commit 75e70b5477
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD

View file

@ -109,11 +109,8 @@ export async function authWithPincode(
return next( return next(
createHttpError( createHttpError(
HttpCode.UNAUTHORIZED, HttpCode.UNAUTHORIZED,
createHttpError(
HttpCode.BAD_REQUEST,
"Resource has no pincode protection" "Resource has no pincode protection"
) )
)
); );
} }