accounts-password no longer uses SRP

This commit is contained in:
David Glasser
2015-04-14 19:33:42 -07:00
parent 9096e4670a
commit 484007101c

View File

@@ -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;