mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-13 16:11:51 +02:00
This commit is contained in:
parent
737d6e73ed
commit
5a785a5317
5 changed files with 47 additions and 47 deletions
|
@ -78,9 +78,6 @@ export const UserProvider = (props: { children?: React.ReactNode }) => {
|
|||
email: user.email || null,
|
||||
isGuest: !user.email,
|
||||
tier,
|
||||
timeFormat: user.timeFormat ?? null,
|
||||
timeZone: user.timeZone ?? null,
|
||||
weekStart: user.weekStart ?? null,
|
||||
},
|
||||
refresh: session.update,
|
||||
ownsObject: ({ userId }) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue