mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-09 19:14:23 +01:00
📬 feat: Agent Support Email Address Validation (#9128)
* fix: email-regex realtime updates and looser validation * feat: add zod validation to email address input * refactor: emailValidation to email
This commit is contained in:
parent
822e2310ce
commit
639c7ad6ad
5 changed files with 34 additions and 4 deletions
|
|
@ -18,6 +18,7 @@ export * from './resources';
|
|||
export * from './roles';
|
||||
export * from './localStorage';
|
||||
export * from './promptGroups';
|
||||
export * from './email';
|
||||
export { default as cn } from './cn';
|
||||
export { default as logger } from './logger';
|
||||
export { default as buildTree } from './buildTree';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue