mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-14 14:38:11 +01:00
refactor: decrypting the encrypted private key to decrypt the messages.
This commit is contained in:
parent
d37cc1cf4d
commit
94f0d1cb41
3 changed files with 75 additions and 21 deletions
|
|
@ -109,6 +109,7 @@ export type TUser = {
|
|||
role: string;
|
||||
provider: string;
|
||||
plugins?: string[];
|
||||
decryptedPrivateKey?: CryptoKey | string;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue