diff --git a/src/routes/index.js b/src/routes/index.js index 910724c..301f25e 100644 --- a/src/routes/index.js +++ b/src/routes/index.js @@ -57,7 +57,7 @@ router } return res.redirect(url); } - return res.redirect("/ma-collection"); + return res.redirect("/"); } ); @@ -79,7 +79,7 @@ if (registrationOpen) { try { await Auth.register(req); - res.redirect("/ajouter-un-album"); + res.redirect("/"); } catch (err) { res.redirect("/inscription"); } diff --git a/views/index.ejs b/views/index.ejs index a14369c..198ed3a 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -258,7 +258,7 @@
Le code source est sous licence GNU GPL-3.0-or-later et disponible sur forge.darkou.fr .
- Fait avec ❤️ à Bordeaux depuis 2022 ! lmhf + Fait avec ❤️ à Bordeaux. lmhf