mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 12:28:09 +00:00
apps/common/request_pin: icons
This commit is contained in:
parent
5ed83f0e18
commit
c3fc5c310d
@ -32,7 +32,6 @@ async def request_pin(code: int = None) -> str:
|
||||
|
||||
while True:
|
||||
result = await dialog
|
||||
|
||||
if result == CONFIRMED:
|
||||
return matrix.pin
|
||||
elif result != CONFIRMED and matrix.pin:
|
||||
|
Loading…
Reference in New Issue
Block a user