Skip to content

Commit aa6f614

Browse files
committed
required "default" fields for api Umbrella user create changed
1 parent f5dedf4 commit aa6f614

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/accounts.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Accounts.onCreateUser (options, user) ->
4545
apiUmbrellaUserObj = {
4646
"user":{
4747
"email": user.emails[0].address,
48-
"first_name": "First Name",
49-
"last_name": "Last Name",
48+
"first_name": "-",
49+
"last_name": "-",
5050
"terms_and_conditions":true
5151
}
5252
}

0 commit comments

Comments
 (0)