Skip to content

Commit

Permalink
fix(core/mercury): remove info btn in show passphr
Browse files Browse the repository at this point in the history
  • Loading branch information
obrusvit committed Dec 2, 2024
1 parent 16a8b1f commit 2a0bdbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/.changelog.d/4402.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[T3T1] Fix unexpected info button when confirming passphrase coming from host
1 change: 1 addition & 0 deletions core/src/apps/common/passphrase.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ async def _request_on_host() -> str:
"passphrase_host2",
TR.passphrase__title_confirm,
passphrase,
info=False,
)

return passphrase

0 comments on commit 2a0bdbe

Please sign in to comment.