Le SELECT du choix de rôle devient un radio

This commit is contained in:
2023-11-15 11:49:42 +01:00
parent d78731df11
commit c21f1ce5a4
56 changed files with 8612 additions and 23 deletions

View File

@@ -12,13 +12,14 @@
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"body-parser": "^1.20.1",
"bootstrap": "^5.2.1",
"cookie-parser": "^1.4.6",
"dateformat": "^4.6.3",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"hbs": "^4.2.0",
"mysql": "^2.18.1"
"mysql": "^2.18.1",
"wrtc": "^0.4.7",
"ws": "^8.14.2"
}
}