16 lines
		
	
	
		
			494 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			494 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| LOAD check_blocked_status 1
 | |
| RELOAD check_blocked_status
 | |
| LOAD check_account_created 2
 | |
| RELOAD check_account_created
 | |
| CATCH self_reset_pin flag_account_pin_reset 1
 | |
| CATCH blocked_account flag_account_blocked 1
 | |
| CATCH select_language flag_language_set 0
 | |
| CATCH terms flag_account_created 0
 | |
| CATCH create_pin flag_pin_set 0
 | |
| LOAD check_account_status 0
 | |
| RELOAD check_account_status
 | |
| CATCH api_failure flag_api_call_error 1
 | |
| CATCH account_pending flag_account_pending 1
 | |
| CATCH main flag_account_success 1
 | |
| HALT
 |