1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-09 22:22:38 +00:00

fixup! feat(core, python): implement autoconnect credentials and add test [no changelog]

This commit is contained in:
M1nd3r 2025-01-31 14:56:00 +01:00
parent 7c154f441e
commit 8a39d29664

View File

@ -284,7 +284,7 @@ async def handle_message(
res_msg: protobuf.MessageType | None = None
from apps.thp.pairing import handle_pairing_request, handle_credential_phase
from apps.thp.pairing import handle_credential_phase, handle_pairing_request
if msg.type in workflow.ALLOW_WHILE_LOCKED:
workflow.autolock_interrupts_workflow = False