summary refs log tree commit diff
path: root/src/routes/auth
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-06-26 19:48:20 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-06-26 19:48:20 +0200
commit9b59296af54be75536277290fd22cfc296f5ac4c (patch)
treea266342be4d4fc822d3ff6d1fd2ffa50b63f5523 /src/routes/auth
parentMerge pull request #161 from fosscord/l10n_master (diff)
downloadserver-9b59296af54be75536277290fd22cfc296f5ac4c.tar.xz
:bug: fix CORS
Diffstat (limited to 'src/routes/auth')
-rw-r--r--src/routes/auth/register.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes/auth/register.ts b/src/routes/auth/register.ts

index 50bac43a..49a3bd6c 100644 --- a/src/routes/auth/register.ts +++ b/src/routes/auth/register.ts
@@ -34,6 +34,7 @@ router.post( gift_code_sku_id, // ? what is this captcha_key } = req.body; + console.log("register", req.body.email, req.body.username, req.headers["cf-connecting-ip"]); // TODO: automatically join invite // TODO: gift_code_sku_id? // TODO: check password strength