mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Clarify comment
This commit is contained in:
committed by
Nick Martin
parent
9844a169e7
commit
8fa9ff0114
@@ -9,7 +9,8 @@ Tinytest.add("oauth2 - loginResultForState is stored", function (test) {
|
||||
Meteor.accounts.oauth._loginResultForState = {};
|
||||
Meteor.accounts.oauth._services = {};
|
||||
|
||||
// XXX this shouldn't be necessary
|
||||
// XXX can we make this unnecessary? Not totally sold on _requireConfigs
|
||||
// yet, but maybe I'm just being overly delicate.
|
||||
Meteor.accounts.foobook = {};
|
||||
Meteor.accounts.foobook._requireConfigs = [];
|
||||
Meteor.accounts.foobook._secret = 'XXX';
|
||||
|
||||
Reference in New Issue
Block a user