📬 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:
Dustin Healy 2025-08-19 08:07:01 -07:00 committed by GitHub
parent 822e2310ce
commit 639c7ad6ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 34 additions and 4 deletions

View file

@ -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';