Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Trim whitespace on invite code (#1517)

authored by

Paul Frazee and committed by
GitHub
41b53ca3 b7697f08

+1 -1
+1 -1
src/state/models/ui/create-account.ts
··· 116 116 email: this.email, 117 117 handle: createFullHandle(this.handle, this.userDomain), 118 118 password: this.password, 119 - inviteCode: this.inviteCode, 119 + inviteCode: this.inviteCode.trim(), 120 120 }) 121 121 /* dont await */ this.rootStore.preferences.setBirthDate(this.birthDate) 122 122 track('Create Account')