menu-voucherlist #101

Merged
lash merged 63 commits from menu-voucherlist into master 2024-10-25 15:59:47 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 02cb75f97a - Show all commits

View File

@ -1,4 +1,4 @@
LOAD save_temporary_pin 0
LOAD save_temporary_pin 6
HALT
LOAD verify_create_pin 8
INCMP account_creation *

View File

@ -2,7 +2,7 @@ LOAD create_account 0
CATCH account_creation_failed flag_account_creation_failed 1
MOUT exit 0
HALT
LOAD save_temporary_pin 0
LOAD save_temporary_pin 6
RELOAD save_temporary_pin
CATCH . flag_incorrect_pin 1
INCMP quit 0