mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-21 04:17:01 -04:00
Decor: Fix avatar decorations not showing
This reverts & edits commit 3b295e1f6f
.
This commit is contained in:
parent
1fe7912ec1
commit
69dc4fd594
3 changed files with 36 additions and 4 deletions
|
@ -93,7 +93,7 @@ export const useAuthorizationStore = proxyLazy(() => zustandCreate(
|
|||
} as AuthorizationState),
|
||||
{
|
||||
name: "decor-auth",
|
||||
getStorage: () => indexedDBStorage,
|
||||
storage: indexedDBStorage,
|
||||
partialize: state => ({ tokens: state.tokens }),
|
||||
onRehydrateStorage: () => state => state?.init()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue