Ivan - Fix SMTP installation bug,
This commit is contained in:
parent
5114b4420b
commit
70fb338de5
|
@ -26,7 +26,7 @@ class InstallStep5Settings extends React.Component {
|
|||
render() {
|
||||
return (
|
||||
<div className="install-step-5">
|
||||
<Header title={i18n('STEP_TITLE', {title: i18n('SYSTEM_SETTINGS'), current: 5, total: 7})} description={i18n('STEP_5_DESCRIPTION')}/>
|
||||
<Header title={i18n('STEP_TITLE', {title: i18n('SETTINGS'), current: 5, total: 7})} description={i18n('STEP_5_DESCRIPTION')}/>
|
||||
{this.renderMessage()}
|
||||
<Form loading={this.state.loading} onSubmit={this.onSubmit.bind(this)} value={this.state.form} onChange={(form) => this.setState({form})}>
|
||||
<FormField name="title" label={i18n('TITLE')} fieldProps={{size: 'large'}} required/>
|
||||
|
|
|
@ -41,7 +41,7 @@ class TestSMTPController extends Controller {
|
|||
Controller::request('smtp-host'),
|
||||
Controller::request('smtp-port'),
|
||||
Controller::request('smtp-user'),
|
||||
Controller::request('smtp-pass'),
|
||||
Controller::request('smtp-password'),
|
||||
Controller::request('no-reply-email')
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue