diff --git a/packages/shared/src/hono.ts b/packages/shared/src/hono.ts index 14f5f0edc..f916b5dfd 100644 --- a/packages/shared/src/hono.ts +++ b/packages/shared/src/hono.ts @@ -11520,6 +11520,7 @@ declare const auth: { } & { image: string | null; handle: string | null; + twoFactorEnabled: boolean | null; }; session: { id: string; @@ -13472,6 +13473,7 @@ declare const auth: { } & { image: string | null; handle: string | null; + twoFactorEnabled: boolean | null; }; session: { id: string; @@ -16529,21 +16531,6 @@ declare const _routes: hono_hono_base.HonoBase | hono_types.MergeSchemaPath<{ "/": { $post: {