Skip to content

Commit

Permalink
Add profile to server account create user
Browse files Browse the repository at this point in the history
  • Loading branch information
queso committed Jun 16, 2014
1 parent 89d681e commit d78ed24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/entry.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Meteor.startup ->
check #Code, Match.OneOf(String, null, undefined)
not AccountsEntry.settings.#Code or #Code is AccountsEntry.settings.#Code

accountsCreateUser: (username, email, password) ->
accountsCreateUser: (username, email, password, profile) ->
if username
Accounts.createUser
username: username,
Expand Down

0 comments on commit d78ed24

Please # to comment.