summary refs log tree commit diff
path: root/src/util/schemas/UserModifySchema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/schemas/UserModifySchema.ts')
-rw-r--r--src/util/schemas/UserModifySchema.ts4
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;
 }