diff --git a/client/src/app/install/install-step-5-settings.js b/client/src/app/install/install-step-5-settings.js index 2ad37c94..3b614946 100644 --- a/client/src/app/install/install-step-5-settings.js +++ b/client/src/app/install/install-step-5-settings.js @@ -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']