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,10 +109,7 @@ export async function authWithPincode(
return next(
createHttpError(
HttpCode.UNAUTHORIZED,
createHttpError(
HttpCode.BAD_REQUEST,
"Resource has no pincode protection"
)
"Resource has no pincode protection"
)
);
}