mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-21 09:46:12 +01:00
feat: add terms acceptance timestamp tracking and migration script
This commit is contained in:
parent
3e8ef24cfa
commit
44f7aad007
10 changed files with 134 additions and 4 deletions
|
|
@ -26,6 +26,7 @@ const ALLOWED_USER_FIELDS = [
|
|||
'emailVerified',
|
||||
'twoFactorEnabled',
|
||||
'termsAccepted',
|
||||
'termsAcceptedAt',
|
||||
] as const;
|
||||
|
||||
type AllowedUserField = (typeof ALLOWED_USER_FIELDS)[number];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue