core/webauthn: increase limit for resident credentials to 100

pull/669/head
Pavol Rusnak 5 years ago
parent 7016391893
commit 39a532c8b1
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -7,7 +7,7 @@ if False:
from typing import List, Optional
_RESIDENT_CREDENTIAL_START_KEY = const(1)
_MAX_RESIDENT_CREDENTIALS = const(16)
_MAX_RESIDENT_CREDENTIALS = const(100)
def get_resident_credentials(rp_id_hash: Optional[bytes] = None) -> List[Credential]:

Loading…
Cancel
Save