diff --git a/app.js b/app.js index 19105c93ddba33e691e6cac6d3c069ff57f4070c..1727f3a45abcda5093a1622347ddd69dedf76472 100644 --- a/app.js +++ b/app.js @@ -7,8 +7,6 @@ const bodyParser = require('body-parser'); const cookieParser = require('cookie-parser'); const bcrypt = require('bcrypt'); -const app = express(); - @@ -41,7 +39,6 @@ app.get("/signup" , (req ,res)=>{ res.render("signup", { title: 'Inscription' }); }); -const bcrypt = require('bcrypt'); const saltRounds = 10; app.post('/signup', async (req, res) => { try {