We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7891e9 commit 69ee5ecCopy full SHA for 69ee5ec
src/backends/gitlab/AuthenticationPage.js
@@ -18,7 +18,7 @@ export default class AuthenticationPage extends React.Component {
18
this.auth = new ImplicitAuthenticator({
19
base_url: this.props.config.getIn(['backend', 'base_url'], "https://gitlab.com"),
20
auth_endpoint: this.props.config.getIn(['backend', 'auth_endpoint'], 'oauth/authorize'),
21
- appID: this.props.config.getIn(['backend', 'app_id']),
+ app_id: this.props.config.getIn(['backend', 'app_id']),
22
});
23
// Complete implicit authentication if we were redirected back to from the provider.
24
this.auth.completeAuth((err, data) => {
0 commit comments