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
parent aec96ce9ba
commit f8c258a3b4
Signed by: Alfred-mk
GPG Key ID: 7EA3D01708908703

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 *