summary refs log tree commit diff
path: root/src/util/schemas/VerifyEmailSchema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/schemas/VerifyEmailSchema.ts')
-rw-r--r--src/util/schemas/VerifyEmailSchema.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/schemas/VerifyEmailSchema.ts b/src/util/schemas/VerifyEmailSchema.ts
index fa6a4c0d..d94fbbc1 100644
--- a/src/util/schemas/VerifyEmailSchema.ts
+++ b/src/util/schemas/VerifyEmailSchema.ts
@@ -17,6 +17,6 @@
 */
 
 export interface VerifyEmailSchema {
-	captcha_key: string | null;
+	captcha_key?: string | null;
 	token: string;
 }