[CHORE] Implement RedirectURIs
This commit is contained in:
parent
0fc5f05b6a
commit
fdb19be2ef
12 changed files with 91 additions and 33 deletions
|
@ -7,6 +7,7 @@ const antiRequired = y.string().test("insecure-exposure", "Insecure Exposure", (
|
|||
|
||||
export const DatabaseContractRes = defineContractExport("CDatabaseContractRes", {
|
||||
User: y.object({
|
||||
id: y.string().required(),
|
||||
username: y.string().required(),
|
||||
email: y.string().nullable(),
|
||||
hash: antiRequired,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue