diff --git a/src/apps/management/reset_device.py b/src/apps/management/reset_device.py index b978ecde..39b69469 100644 --- a/src/apps/management/reset_device.py +++ b/src/apps/management/reset_device.py @@ -185,6 +185,7 @@ async def check_mnemonic(ctx, mnemonic: str) -> bool: if not await check_word(ctx, words, index): return False + return True @ui.layout async def check_word(ctx, words: list, index: int):