sign up page with captcha

This commit is contained in:
not-nullptr 2024-03-12 08:12:21 +00:00
parent 2cf9d54d24
commit 2ddf2c7d31
14 changed files with 370 additions and 174 deletions

View file

@ -22,4 +22,9 @@ export class SuyuUser extends BaseEntity {
select: false,
})
apiKey: string;
@Column("text", {
select: false,
})
email: string;
}