[pl] jebać narodowców

This commit is contained in:
Avris 2021-08-07 11:45:14 +02:00
parent a00b444e60
commit 6257201c65
1 changed files with 0 additions and 4 deletions

View File

@ -199,10 +199,6 @@ router.post('/user/init', handleErrorAsync(async (req, res) => {
return;
}
if (!await validateCaptcha(req.body.captchaToken)) {
return res.json({error: 'user.login.captchaInvalid'});
}
let user = undefined;
let usernameOrEmail = req.body.usernameOrEmail;