mirror of
https://git.suyu.dev/suyu/website.git
synced 2026-01-01 20:24:27 +01:00
sign up page with captcha
This commit is contained in:
parent
2cf9d54d24
commit
2ddf2c7d31
14 changed files with 370 additions and 174 deletions
|
|
@ -22,4 +22,9 @@ export class SuyuUser extends BaseEntity {
|
|||
select: false,
|
||||
})
|
||||
apiKey: string;
|
||||
|
||||
@Column("text", {
|
||||
select: false,
|
||||
})
|
||||
email: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue