Add missing data in posthog

This commit is contained in:
Luke Vella 2025-04-23 16:52:01 +01:00
parent 785ad3a814
commit 348bdcaaa9
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C

View file

@ -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,
},
},
});