pin-reset #139

Merged
lash merged 61 commits from pin-reset into pre-mock-remove 2024-11-02 14:54:20 +01:00
3 changed files with 5 additions and 4 deletions
Showing only changes of commit c2068db050 - Show all commits

View File

@ -1,9 +1,9 @@
LOAD retrieve_blocked_number 0
MAP retrieve_blocked_number
CATCH invalid_others_pin flag_valid_pin 0
LOAD save_temporary_pin 6
RELOAD save_temporary_pin
CATCH pin_reset_result flag_account_authorized 1
LOAD save_others_temporary_pin 6
RELOAD save_others_temporary_pin
MOUT back 0
HALT
INCMP _ 0

View File

@ -2,7 +2,7 @@ LOAD retrieve_blocked_number 0
MAP retrieve_blocked_number
MOUT back 0
HALT
INCMP _ 0
LOAD verify_new_pin 0
LOAD verify_new_pin 6
RELOAD verify_new_pin
INCMP _ 0
INCMP * confirm_others_new_pin

View File

@ -1,5 +1,6 @@
LOAD retrieve_blocked_number 0
MAP retrieve_blocked_number
LOAD reset_others_pin 6
MOUT back 0
MOUT quit 9
HALT