mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-03 13:08:17 +00:00
fix(core/mercury): remove info btn in show passphr
This commit is contained in:
parent
16a8b1f9da
commit
2a0bdbe044
1
core/.changelog.d/4402.fixed
Normal file
1
core/.changelog.d/4402.fixed
Normal file
@ -0,0 +1 @@
|
|||||||
|
[T3T1] Fix unexpected info button when confirming passphrase coming from host
|
@ -78,6 +78,7 @@ async def _request_on_host() -> str:
|
|||||||
"passphrase_host2",
|
"passphrase_host2",
|
||||||
TR.passphrase__title_confirm,
|
TR.passphrase__title_confirm,
|
||||||
passphrase,
|
passphrase,
|
||||||
|
info=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
return passphrase
|
return passphrase
|
||||||
|
Loading…
Reference in New Issue
Block a user