wip-account-creation #4

Merged
lash merged 143 commits from wip-account-creation into master 2024-08-30 14:37:58 +02:00
9 changed files with 10 additions and 0 deletions
Showing only changes of commit 37809a05b4 - Show all commits

View File

@ -1,3 +1,4 @@
CATCH incorrect_date_format 21 1
LOAD save_yob 0
MOUT back 0
HALT

View File

@ -2,4 +2,5 @@ LOAD save_gender 0
MOUT back 0
HALT
INCMP _ 0
LOAD verify_yob 8
INCMP enter_location *

View File

@ -0,0 +1,2 @@
Unsuported date format
Please provide date format as 12/01/1972

View File

@ -0,0 +1,6 @@
LOAD reset_incorrect_date_format 8
MOUT retry 1
MOUT quit 9
HALT
INCMP enter_yob 1
INCMP quit 9