- aggiornato l'Editor HTML

This commit is contained in:
Surya Paolo
2024-09-13 19:42:48 +02:00
parent f25e1f3992
commit dcc2a0ec08
10 changed files with 48 additions and 27 deletions

View File

@@ -117,7 +117,7 @@ router.post('/', async (req, res) => {
if (!tools.isAlphaNumericAndSpecialCharacter(body.username) ||
body.email.length < 6 ||
body.username.length < 5 || body.password.length < 5) {
body.username.length < 4 || body.password.length < 5) {
await tools.snooze(5000);
console.log('Username non valido in Registrazione: ' + body.username);
res.status(400).