Trim whitespace on invite code (#1517)
This commit is contained in:
parent
b7697f08d6
commit
41b53ca37b
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ export class CreateAccountModel {
|
|||
email: this.email,
|
||||
handle: createFullHandle(this.handle, this.userDomain),
|
||||
password: this.password,
|
||||
inviteCode: this.inviteCode,
|
||||
inviteCode: this.inviteCode.trim(),
|
||||
})
|
||||
/* dont await */ this.rootStore.preferences.setBirthDate(this.birthDate)
|
||||
track('Create Account')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue