Move onboarding state to new persistence + reducer context (#1835)
This commit is contained in:
parent
3a211017d3
commit
4afed4be28
14 changed files with 199 additions and 167 deletions
|
@ -7,9 +7,9 @@ const accountSchema = z.object({
|
|||
did: z.string(),
|
||||
refreshJwt: z.string().optional(),
|
||||
accessJwt: z.string().optional(),
|
||||
handle: z.string(),
|
||||
displayName: z.string(),
|
||||
aviUrl: z.string(),
|
||||
handle: z.string().optional(),
|
||||
displayName: z.string().optional(),
|
||||
aviUrl: z.string().optional(),
|
||||
})
|
||||
|
||||
export const schema = z.object({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue