diff --git a/src/routes/index.js b/src/routes/index.js index 301f25e..910724c 100644 --- a/src/routes/index.js +++ b/src/routes/index.js @@ -57,7 +57,7 @@ router } return res.redirect(url); } - return res.redirect("/"); + return res.redirect("/ma-collection"); } ); @@ -79,7 +79,7 @@ if (registrationOpen) { try { await Auth.register(req); - res.redirect("/"); + res.redirect("/ajouter-un-album"); } catch (err) { res.redirect("/inscription"); } diff --git a/views/index.ejs b/views/index.ejs index 198ed3a..a14369c 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. lmhf + Fait avec ❤️ à Bordeaux depuis 2022 ! lmhf