Convert rocketchat-github-enterprise to main module structure (#12642)
* Convert rocketchat-github-enterprise to main module structure * Removing forgot console.logpull/12623/head^2
parent
639dc05957
commit
bda3f7a859
@ -0,0 +1,2 @@ |
||||
import './github-enterprise-login-button.css'; |
||||
import '../lib/common'; |
@ -1,6 +1,7 @@ |
||||
/* global CustomOAuth */ |
||||
import { Meteor } from 'meteor/meteor'; |
||||
import { Tracker } from 'meteor/tracker'; |
||||
import { CustomOAuth } from 'meteor/rocketchat:custom-oauth'; |
||||
import { RocketChat } from 'meteor/rocketchat:lib'; |
||||
|
||||
// GitHub Enterprise Server CallBack URL needs to be http(s)://{rocketchat.server}[:port]/_oauth/github_enterprise
|
||||
// In RocketChat -> Administration the URL needs to be http(s)://{github.enterprise.server}/
|
@ -0,0 +1,2 @@ |
||||
import './startup'; |
||||
import '../lib/common'; |
@ -1,3 +1,5 @@ |
||||
import { RocketChat } from 'meteor/rocketchat:lib'; |
||||
|
||||
RocketChat.settings.addGroup('OAuth', function() { |
||||
this.section('GitHub Enterprise', function() { |
||||
const enableQuery = { |
Loading…
Reference in new issue