Skip to content
Snippets Groups Projects
Commit b410e339 authored by VILLAUME Lucas's avatar VILLAUME Lucas
Browse files

fix bug de merge

parent b2d72938
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment