diff --git a/apps/web/src/trpc/routers/auth.ts b/apps/web/src/trpc/routers/auth.ts index 750e39216..4dcf89d8c 100644 --- a/apps/web/src/trpc/routers/auth.ts +++ b/apps/web/src/trpc/routers/auth.ts @@ -143,6 +143,9 @@ export const auth = router({ name: user.name, timeZone: input.timeZone, locale: input.locale, + tier: "hobby", + weekStart: input.weekStart, + timeFormat: input.timeFormat, }, }, });