Merge branch 'feat/latestWebClient' into slowcord
This commit is contained in:
commit
7b4c483ae9
@ -12535,6 +12535,9 @@
|
|||||||
},
|
},
|
||||||
"email": {
|
"email": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
},
|
||||||
|
"discriminator": {
|
||||||
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
|
@ -23,6 +23,7 @@ export interface UserModifySchema {
|
|||||||
new_password?: string;
|
new_password?: string;
|
||||||
code?: string;
|
code?: string;
|
||||||
email?: string;
|
email?: string;
|
||||||
|
discriminator?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
router.get("/", route({}), async (req: Request, res: Response) => {
|
router.get("/", route({}), async (req: Request, res: Response) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user