Compare commits

..

2 Commits

Author SHA1 Message Date
09f970db9b
navigate to main menu after successful pin reset 2024-09-16 14:59:26 +03:00
04edd90c21
fix sink issue onback option 2024-09-16 14:58:56 +03:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
LOAD authorize_account 12
LOAD save_temporary_pin 6
LOAD verify_new_pin 0
RELOAD authorize_account
CATCH incorrect_pin flag_incorrect_pin 1
CATCH old_pin flag_allow_update 0
MOUT back 0
HALT
INCMP _ 0
LOAD save_temporary_pin 6
LOAD verify_new_pin 0
RELOAD save_temporary_pin
RELOAD verify_new_pin
INCMP * confirm_pin_change

View File

@ -4,7 +4,7 @@ CATCH pin_reset_mismatch flag_pin_mismatch 1
MOUT back 0
MOUT quit 9
HALT
INCMP _ 0
INCMP main 0
INCMP quit 9