parent
238ff58db9
commit
39a5a1e311
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ export async function submit({
|
|||
}
|
||||
|
||||
export function is13(state: CreateAccountState) {
|
||||
return getAge(state.birthDate) >= 18
|
||||
return getAge(state.birthDate) >= 13
|
||||
}
|
||||
|
||||
export function is18(state: CreateAccountState) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue