diff --git a/packages/accounts-password/password_server.js b/packages/accounts-password/password_server.js index 9823fec536..c8d98bae5f 100644 --- a/packages/accounts-password/password_server.js +++ b/packages/accounts-password/password_server.js @@ -1086,12 +1086,7 @@ Accounts.createUserAsync = // method calling Accounts.createUser could set? // -Accounts.createUser = - !Meteor._isFibersEnabled - ? Accounts.createUserAsync - : (options, callback) => - Promise.await(Accounts.createUserAsync(options, callback)); - +Accounts.createUser = Accounts.createUserAsync; /// /// PASSWORD-SPECIFIC INDEXES ON USERS