mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
fix: correct assignment of findUserByEmail to use AccountsServer method
This commit is contained in:
@@ -18,7 +18,7 @@ Accounts.init().then();
|
||||
* @memberof Accounts
|
||||
* @importFromPackage accounts-base
|
||||
*/
|
||||
Accounts.findUserByEmail = Accounts.findUserByEmail;
|
||||
Accounts.findUserByEmail = AccountsServer.findUserByEmail;
|
||||
|
||||
/**
|
||||
* @summary Find a user by their username.
|
||||
|
||||
Reference in New Issue
Block a user