mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
🔒 fix: Robust Cache Reset on User Logout (#1324)
* refactor(Logout): rely on hooks for mutation behavior * fix: logging out now correctly resets cache, disallowing any cache mixing between the next logged in user on the same browser * chore: remove additional localStorage values on logout
This commit is contained in:
parent
583e978a82
commit
968b8ccdbd
10 changed files with 109 additions and 90 deletions
|
|
@ -2,7 +2,7 @@
|
|||
export * from './types';
|
||||
export * from './types/assistants';
|
||||
export * from './types/files';
|
||||
export * from './types/presets';
|
||||
export * from './types/mutations';
|
||||
/*
|
||||
* react query
|
||||
* TODO: move to client, or move schemas/types to their own package
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue