apps/common/request_pin: icons

This commit is contained in:
Jan Pochyla 2018-01-11 20:04:21 +01:00
parent 5ed83f0e18
commit c3fc5c310d
1 changed files with 0 additions and 1 deletions

View File

@ -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: