Ivan - Send url to backend api when installing

This commit is contained in:
ivan 2017-06-28 07:59:48 -03:00
parent d29d7eb369
commit 0a060bd825
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ class InstallStep5Settings extends React.Component {
API.call({
path: '/system/init-settings',
data: _.extend({}, form, {
'url': root,
'language': this.props.language,
'user-system-enabled': this.props['user-system-enabled'],
'registration': this.props['registration']