This commit is contained in:
Dain Nilsson 2022-12-06 09:24:03 +01:00
commit d52024ebef
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ class LargeBlobs:
self.ctap.large_blobs(
offset,
set=_set,
length=ln,
length=size if offset == 0 else None,
pin_uv_protocol=pin_uv_protocol,
pin_uv_param=pin_uv_param,
)