From 484007101c5a573183de10ea391c54e6da16a044 Mon Sep 17 00:00:00 2001 From: David Glasser Date: Tue, 14 Apr 2015 19:33:42 -0700 Subject: [PATCH] accounts-password no longer uses SRP --- packages/ddp-client/livedata_common.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/ddp-client/livedata_common.js b/packages/ddp-client/livedata_common.js index 66d10a52be..0d56f6b900 100644 --- a/packages/ddp-client/livedata_common.js +++ b/packages/ddp-client/livedata_common.js @@ -1,7 +1,6 @@ LivedataTest.SUPPORTED_DDP_VERSIONS = DDPCommon.SUPPORTED_DDP_VERSIONS; // This is private but it's used in a few places. accounts-base uses -// it to get the current user. accounts-password uses it to stash SRP -// state in the DDP session. Meteor.setTimeout and friends clear +// it to get the current user. Meteor.setTimeout and friends clear // it. We can probably find a better way to factor this. DDP._CurrentInvocation = new Meteor.EnvironmentVariable;