Convert rocketchat-gitlab to main module structure (#12646)
parent
515a372edb
commit
db6cb9dc3e
@ -0,0 +1,2 @@ |
||||
import './gitlab-login-button.css'; |
||||
import '../lib/common'; |
@ -1,6 +1,7 @@ |
||||
/* global CustomOAuth */ |
||||
import { Meteor } from 'meteor/meteor'; |
||||
import { Tracker } from 'meteor/tracker'; |
||||
import { RocketChat } from 'meteor/rocketchat:lib'; |
||||
import { CustomOAuth } from 'meteor/rocketchat:custom-oauth'; |
||||
|
||||
const config = { |
||||
serverURL: 'https://gitlab.com', |
@ -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('GitLab', function() { |
||||
const enableQuery = { |
Loading…
Reference in new issue