mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-02 21:02:34 +00:00
fixup! fixup! wip
This commit is contained in:
parent
6fb3926d11
commit
34b87b7692
@ -409,7 +409,7 @@ async def _handle_credential_request(
|
|||||||
"Cannot ask for autoconnect credential without a valid credential!"
|
"Cannot ask for autoconnect credential without a valid credential!"
|
||||||
)
|
)
|
||||||
|
|
||||||
await ctx.show_autoconnec_credential_confirmation_screen()
|
await ctx.show_autoconnect_credential_confirmation_screen()
|
||||||
|
|
||||||
trezor_static_pubkey = crypto.get_trezor_static_pubkey()
|
trezor_static_pubkey = crypto.get_trezor_static_pubkey()
|
||||||
credential_metadata = ThpCredentialMetadata(
|
credential_metadata = ThpCredentialMetadata(
|
||||||
|
@ -180,7 +180,7 @@ class PairingContext(Context):
|
|||||||
br_code=ButtonRequestType.Other,
|
br_code=ButtonRequestType.Other,
|
||||||
)
|
)
|
||||||
|
|
||||||
async def show_autoconnec_credential_confirmation_screen(self) -> None:
|
async def show_autoconnect_credential_confirmation_screen(self) -> None:
|
||||||
from trezor.ui.layouts.common import interact
|
from trezor.ui.layouts.common import interact
|
||||||
|
|
||||||
await interact(
|
await interact(
|
||||||
|
Loading…
Reference in New Issue
Block a user