diff --git a/app/components/Authentication/Github/Github.jsx b/app/components/Authentication/Github/Github.jsx index 1324a8d..54c0107 100644 --- a/app/components/Authentication/Github/Github.jsx +++ b/app/components/Authentication/Github/Github.jsx @@ -537,7 +537,7 @@ export default class GithubAuthBackend extends React.Component { floatingLabelFixed={true} value={this.state.newConfig.base_url} onChange={(e) => { - this.setState({ newConfig: update(this.state.newConfig, { endpoint: { $set: e.target.value } }) }); + this.setState({ newConfig: update(this.state.newConfig, { base_url: { $set: e.target.value } }) }); }} />