allow the user to quit and move to invalid_pin node if the given input is invalid

This commit is contained in:
Alfred Kamanda 2025-04-09 16:49:04 +03:00 committed by Carlosokumu
parent 982eebf374
commit ef8e3d5c35
Signed by: carlos
GPG Key ID: 7BD6BC8160A5C953

View File

@ -2,8 +2,8 @@ LOAD create_account 0
CATCH account_creation_failed flag_account_creation_failed 1
MOUT exit 0
HALT
INCMP quit 0
LOAD save_temporary_pin 6
RELOAD save_temporary_pin
CATCH . flag_incorrect_pin 1
INCMP quit 0
CATCH invalid_pin flag_invalid_pin 1
INCMP confirm_create_pin *