mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
one more comment.
This commit is contained in:
@@ -309,6 +309,8 @@ Accounts._reportLoginFailure = function (methodInvocation, methodName, methodArg
|
||||
|
||||
validateLogin(methodInvocation.connection, attempt);
|
||||
failedLogin(methodInvocation.connection, attempt);
|
||||
// validateLogin may mutate attempt to set a new error message. Return
|
||||
// the modified version.
|
||||
return attempt;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user