diff options
Diffstat (limited to 'src/state/persisted')
-rw-r--r-- | src/state/persisted/schema.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state/persisted/schema.ts b/src/state/persisted/schema.ts index 1b77d138b..4076a582a 100644 --- a/src/state/persisted/schema.ts +++ b/src/state/persisted/schema.ts @@ -11,6 +11,7 @@ const accountSchema = z.object({ handle: z.string(), email: z.string().optional(), emailConfirmed: z.boolean().optional(), + emailAuthFactor: z.boolean().optional(), refreshJwt: z.string().optional(), // optional because it can expire accessJwt: z.string().optional(), // optional because it can expire deactivated: z.boolean().optional(), |