mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-09 06:02:40 +00:00
core/webauthn: increase limit for resident credentials to 100
(cherry picked from commit 39a532c8b1
)
This commit is contained in:
parent
f59c2668d1
commit
5e41ed7c09
@ -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…
Reference in New Issue
Block a user