diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-02-02 22:24:56 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-02 22:24:56 +1100 |
commit | 067d2d8be8edc0f8f4492e7d02a0899f244c2dde (patch) | |
tree | 606c7569ed928a0a8f6727c32bb303211e7f64c2 /src/util/schemas/UserModifySchema.ts | |
parent | Merge pull request from GHSA-9q7f-pv47-cxp9 (diff) | |
download | server-067d2d8be8edc0f8f4492e7d02a0899f244c2dde.tar.xz |
Merge pull request from GHSA-hqqp-gpqw-9w5c
Diffstat (limited to 'src/util/schemas/UserModifySchema.ts')
-rw-r--r-- | src/util/schemas/UserModifySchema.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/schemas/UserModifySchema.ts b/src/util/schemas/UserModifySchema.ts index 2316477e..7851ec22 100644 --- a/src/util/schemas/UserModifySchema.ts +++ b/src/util/schemas/UserModifySchema.ts @@ -33,5 +33,9 @@ export interface UserModifySchema { new_password?: string; code?: string; email?: string; + /** + * @minLength 4 + * @maxLength 4 + */ discriminator?: string; } |