// @hash v3-764639CC0D4273307D9920B9EA33907D8D45D494 // 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:45:53 AM /////////////////////////////////////////////////////////////////////////////// class PortalClientDetails extends React.Component { render() { return React.createElement(OptionsProvider, { value: this.props.options }, React.createElement(ClientDetails, { client: this.props.client, url: this.props.url, toggleActivationUrl: this.props.toggleActivationUrl, maskedFields: this.props.maskedFields, disabledFields: this.props.disabledFields })); } }