Ensure that the user sets a PIN before proceeding to main

This commit is contained in:
2024-08-27 15:41:53 +03:00
parent 2a5f7517f4
commit 1d578209fc
6 changed files with 13 additions and 3 deletions

View File

@@ -3,4 +3,5 @@ CATCH account_creation_failed 22 1
MOUT exit 0
HALT
LOAD save_pin 0
INCMP quit 0
INCMP confirm_create_pin *

View File

@@ -2,5 +2,6 @@ CATCH select_language 8 0
CATCH terms 9 0
LOAD check_account_status 0
CATCH account_pending 10 1
CATCH create_pin 18 0
CATCH main 11 1
HALT

View File

@@ -4,4 +4,4 @@ MOUT yes 0
MOUT no 1
HALT
INCMP create_pin 0
INCMP _ *
INCMP quit *