mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Removed XXX comment similar to comment address by previous commit
This commit is contained in:
committed by
Nick Martin
parent
4bb3072361
commit
3be22008f0
@@ -1,9 +1,6 @@
|
||||
(function () {
|
||||
var connect = __meteor_bootstrap__.require("connect");
|
||||
|
||||
// XXX probably need to catch exceptions here as we do in oauth2_server.js
|
||||
// or put that in oauth_server.js instead
|
||||
|
||||
// connect middleware
|
||||
Meteor.accounts.oauth1._handleRequest = function (service, query, res) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user