1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-02 20:48:30 +00:00

fix(core/mercury): remove info btn in show passphr

This commit is contained in:
obrusvit 2024-11-30 23:02:41 +01:00 committed by Vít Obrusník
parent 16a8b1f9da
commit 2a0bdbe044
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
[T3T1] Fix unexpected info button when confirming passphrase coming from host

View File

@ -78,6 +78,7 @@ async def _request_on_host() -> str:
"passphrase_host2",
TR.passphrase__title_confirm,
passphrase,
info=False,
)
return passphrase