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
Expand Up @@ -15,7 +15,7 @@ Meteor.startup ->
check signupCode, Match.OneOf(String, null, undefined)
not AccountsEntry.settings.signupCode or signupCode is AccountsEntry.settings.signupCode

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

0 comments on commit d78ed24

Please sign in to comment.