Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Fix the is13 check in account creation (close #2258) (#2259)

authored by

Paul Frazee and committed by
GitHub
39a5a1e3 238ff58d

+1 -1
+1 -1
src/view/com/auth/create/state.ts
··· 144 144 } 145 145 146 146 export function is13(state: CreateAccountState) { 147 - return getAge(state.birthDate) >= 18 147 + return getAge(state.birthDate) >= 13 148 148 } 149 149 150 150 export function is18(state: CreateAccountState) {