mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-04-23 02:29:10 +00:00
fixup! fixup! wip
This commit is contained in:
parent
949c4e3120
commit
57d43e7cc8
core/src
@ -409,7 +409,7 @@ async def _handle_credential_request(
|
||||
"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()
|
||||
credential_metadata = ThpCredentialMetadata(
|
||||
|
@ -180,7 +180,7 @@ class PairingContext(Context):
|
||||
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
|
||||
|
||||
await interact(
|
||||
|
Loading…
Reference in New Issue
Block a user