Emojify note and add non-nickname tooltip

This commit is contained in:
Jamie Kyle
2024-04-03 15:41:13 -07:00
committed by GitHub
parent 4d794eaf14
commit b6afa47126
9 changed files with 47 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ import { strictAssert } from '../util/assert';
const formSchema = z.object({
nickname: z
.object({
givenName: z.string(),
givenName: z.string().nullable(),
familyName: z.string().nullable(),
})
.nullable(),