Fix error with CustomOAuth on startup

pull/4189/head
Rodrigo Nascimento 10 years ago
parent 072c5b0a2d
commit 4ccf5b73ea
No known key found for this signature in database
GPG Key ID: 2C85B3AFE75D23F9
  1. 1
      packages/rocketchat-lib/package.js

@ -32,6 +32,7 @@ Package.onUse(function(api) {
api.use('rocketchat:streamer');
api.use('rocketchat:version');
api.use('rocketchat:logger');
api.use('rocketchat:custom-oauth');
api.use('templating', 'client');
api.use('kadira:flow-router');

Loading…
Cancel
Save