// @hash v3-CB8CDD47F4C37FD2DEE1173FB42232073DF31830 // 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 2:55:40 AM /////////////////////////////////////////////////////////////////////////////// class NoAccount extends React.Component { render() { return React.createElement(Login, { withAnAccount: { loginUrl: this.props.loginUrl, redirectUrl: this.props.redirectLoginUrl, createAnAccountUrl: this.props.createAnAccountUrl, forgotPasswordUrl: this.props.forgotPasswordUrl, privacyStatementUrl: this.props.privacyStatementUrl, labels: this.props.appointmentLabels }, withoutAnAccount: { privacyStatementUrl: this.props.privacyStatementUrl, ajaxUrl: this.props.ajaxUrl, verifyAjaxUrl: this.props.verifyAjaxUrl, resendAjaxUrl: this.props.resendAjaxUrl, redirectUrl: this.props.redirectUrl, labels: this.props.labels } }); } }