Trim whitespace on invite code (#1517)
This commit is contained in:
@@ -116,7 +116,7 @@ export class CreateAccountModel {
|
|||||||
email: this.email,
|
email: this.email,
|
||||||
handle: createFullHandle(this.handle, this.userDomain),
|
handle: createFullHandle(this.handle, this.userDomain),
|
||||||
password: this.password,
|
password: this.password,
|
||||||
inviteCode: this.inviteCode,
|
inviteCode: this.inviteCode.trim(),
|
||||||
})
|
})
|
||||||
/* dont await */ this.rootStore.preferences.setBirthDate(this.birthDate)
|
/* dont await */ this.rootStore.preferences.setBirthDate(this.birthDate)
|
||||||
track('Create Account')
|
track('Create Account')
|
||||||
|
|||||||
Reference in New Issue
Block a user