Skip to content

Commit

Permalink
fix: handle split full name
Browse files Browse the repository at this point in the history
  • Loading branch information
kiremitrov123 committed Apr 12, 2023
1 parent 4b6af51 commit 261cb51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/services/inplayer.account.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ export const register: Register = async ({ config, email, password }) => {
password,
passwordConfirmation: password,
fullName: email,
metadata: {
first_name: ' ',
surname: ' ',
},
type: 'consumer',
clientId: config.integrations.jwp?.clientId || '',
referrer: window.location.href,
Expand Down

0 comments on commit 261cb51

Please sign in to comment.