add XXX note

This commit is contained in:
Nick Martin
2013-10-07 15:06:45 -07:00
parent 2deb0e9b62
commit bc8406d8a0

View File

@@ -116,6 +116,7 @@ Accounts.callLoginMethod = function (options) {
if (error) {
makeClientLoggedOut();
}
// XXX XXX really? remove? _.once?
options.userCallback(error);
}});
}