mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-19 12:58:13 +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:
|
while True:
|
||||||
result = await dialog
|
result = await dialog
|
||||||
|
|
||||||
if result == CONFIRMED:
|
if result == CONFIRMED:
|
||||||
return matrix.pin
|
return matrix.pin
|
||||||
elif result != CONFIRMED and matrix.pin:
|
elif result != CONFIRMED and matrix.pin:
|
||||||
|
Loading…
Reference in New Issue
Block a user