mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-02 10:41:54 +02:00
✨ Detect time zone change (#1254)
This commit is contained in:
parent
acb7aa88da
commit
7255130699
5 changed files with 192 additions and 2 deletions
|
@ -78,6 +78,7 @@ export const UserProvider = (props: { children?: React.ReactNode }) => {
|
|||
email: user.email || null,
|
||||
isGuest: !user.email,
|
||||
tier,
|
||||
timeZone: user.timeZone ?? null,
|
||||
},
|
||||
refresh: session.update,
|
||||
ownsObject: ({ userId }) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue