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

fixup! fixup! wip

This commit is contained in:
M1nd3r 2025-04-12 00:53:40 +02:00
parent 6fb3926d11
commit 34b87b7692
2 changed files with 2 additions and 2 deletions

View File

@ -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(

View File

@ -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(