summary refs log tree commit diff
path: root/src/util/schemas/UserModifySchema.ts
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-27 03:54:58 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-27 03:58:16 +0200
commit204aa024dc61e47c13116d194fd6217b33687be5 (patch)
tree38f7579934ccb115b3ab509b61a75ccf6db09601 /src/util/schemas/UserModifySchema.ts
parentMerge remote-tracking branch 'Maddy/fix/categoryNames' into staging (diff)
parentMerge remote-tracking branch 'upstream/staging' into fix/claim_accounts (diff)
downloadserver-204aa024dc61e47c13116d194fd6217b33687be5.tar.xz
Merge remote-tracking branch 'Maddy/fix/claim_accounts' into staging
Diffstat (limited to 'src/util/schemas/UserModifySchema.ts')
-rw-r--r--src/util/schemas/UserModifySchema.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/schemas/UserModifySchema.ts b/src/util/schemas/UserModifySchema.ts

index d69f83f4..622497d9 100644 --- a/src/util/schemas/UserModifySchema.ts +++ b/src/util/schemas/UserModifySchema.ts
@@ -15,4 +15,5 @@ export interface UserModifySchema { password?: string; new_password?: string; code?: string; + email?: string; }