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( return next(
createHttpError( createHttpError(
HttpCode.UNAUTHORIZED, HttpCode.UNAUTHORIZED,
createHttpError( "Resource has no pincode protection"
HttpCode.BAD_REQUEST,
"Resource has no pincode protection"
)
) )
); );
} }