Compare commits

..

2 commits

Author SHA1 Message Date
Damien Broqua
b0dc6d820d #94 - Page affichée après la connexion 2025-03-28 11:02:56 +01:00
Damien Broqua
a8e1ff9a00 Updated footer 2025-03-13 11:33:59 +01:00
2 changed files with 3 additions and 3 deletions

View file

@ -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");
}

View file

@ -258,7 +258,7 @@
<br />
Le code source est sous licence <a href="https://www.gnu.org/licenses/gpl-3.0-standalone.html" target="_blank" rel="noopener noreferrer">GNU GPL-3.0-or-later <i class="icon-link"></i></a> et disponible sur <a href="https://forge.darkou.fr/contact/MusicTopus" target="_blank">forge.darkou.fr <i class="icon-link"></i></a>.
<br />
Fait avec <span role="img" aria-label="amour">❤️</span> à Bordeaux. <img src="/img/emoji-lmhf.svg" class="lmhf" alt="lmhf" alt="Love Music, Hate Fascism" title="Love Music, Hate Fascism" />
Fait avec <span role="img" aria-label="amour">❤️</span> à Bordeaux depuis 2022 ! <img src="/img/emoji-lmhf.svg" class="lmhf" alt="lmhf" alt="Love Music, Hate Fascism" title="Love Music, Hate Fascism" />
</p>
</footer>
</body>