updated enforcement listed building using pinswg_startdates

This commit is contained in:
2024-11-29 07:44:17 +00:00
parent d042c52f76
commit e918f20c03
6 changed files with 35 additions and 6 deletions
+3 -1
View File
@@ -31,8 +31,10 @@ const RegisterComplete = (props) => {
let accountBody = props.props.props.form.accountRegisterForm.values;
let emailAddress =
props.props.props.form.accountRegisterForm.values.emailaddress1;
// was an appellant "pinswg_typeofinvolvement": 846040001,
Object.assign(accountBody, {
"pinswg_typeofinvolvement": 846040001,
"pinswg_typeofinvolvement": 846040061,
});
accountBody = _.omit(accountBody, ["custom_password_check"]);