// @hash v3-2C9B33A4837406FCEF8E060158D9C58BA5CB43AC // Automatically generated by ReactJS.NET. Do not edit, your changes will be overridden. // Version: 5.2.12 (build 29c76c8) with Babel 7.8.7 // Generated at: 9/7/2026 7:46:21 AM /////////////////////////////////////////////////////////////////////////////// class CreateAccount extends React.Component { render() { return React.createElement(CreateAnAccount, { loginUrl: this.props.loginUrl, ajaxUrl: this.props.createAccountUrl, redirectUrl: this.props.redirectUrl, resendAjaxUrl: this.props.resendAjaxUrl, verifyAjaxUrl: this.props.verifyAjaxUrl, privacyStatementUrl: this.props.privacyStatementUrl, labels: { title: this.props.title, description: this.props.description, firstName: this.props.firstName, lastName: this.props.lastName, email: this.props.email, confirmEmail: this.props.confirmEmail, phoneNumber: this.props.phoneNumber, suburb: this.props.suburb, password: this.props.password, confirmPassword: this.props.confirmPassword, createAccountLabel: this.props.createAccountLabel, loginLabel: this.props.loginLabel, privacyInfo: this.props.privacyInfo, verificationTitle: this.props.verificationTitle, verificationEmailDescription: this.props.verificationEmailDescription, verificationPhoneDescription: this.props.verificationPhoneDescription, verificationEnterCodeLabel: this.props.verificationEnterCodeLabel, verificationSubmitLabel: this.props.verificationSubmitLabel, verificationEmailResendLabel: this.props.verificationEmailResendLabel, verificationPhoneResendLabel: this.props.verificationPhoneResendLabel } }); } }