feat: add captcha when signing up (closes #53)
This commit is contained in:
parent
bb3d56f548
commit
6f7eb5eeee
23 changed files with 316 additions and 61 deletions
|
|
@ -150,6 +150,7 @@ export enum ErrorCode {
|
|||
AlreadyLinked = 1014,
|
||||
NotLinked = 1015,
|
||||
LastProvider = 1016,
|
||||
InvalidCaptcha = 1017,
|
||||
|
||||
UserNotFound = 2001,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue