mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
🐜 fix(zero): Remove unnecessary StorageKey value
This commit is contained in:
@@ -12,7 +12,6 @@ export const { use: useZero, provider: ZeroProvider } =
|
|||||||
schema,
|
schema,
|
||||||
auth: () => auth.access(),
|
auth: () => auth.access(),
|
||||||
userID: account.current.id,
|
userID: account.current.id,
|
||||||
storageKey: account.current.id,
|
|
||||||
server: import.meta.env.VITE_ZERO_URL,
|
server: import.meta.env.VITE_ZERO_URL,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user