Compare commits
No commits in common. "b0dc6d820d619597c2355f9223990a7b85e2f27b" and "eef31967ba43c557eb87f882527117b14ac73c72" have entirely different histories.
b0dc6d820d
...
eef31967ba
2 changed files with 3 additions and 3 deletions
|
@ -57,7 +57,7 @@ router
|
||||||
}
|
}
|
||||||
return res.redirect(url);
|
return res.redirect(url);
|
||||||
}
|
}
|
||||||
return res.redirect("/ma-collection");
|
return res.redirect("/");
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -79,7 +79,7 @@ if (registrationOpen) {
|
||||||
try {
|
try {
|
||||||
await Auth.register(req);
|
await Auth.register(req);
|
||||||
|
|
||||||
res.redirect("/ajouter-un-album");
|
res.redirect("/");
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
res.redirect("/inscription");
|
res.redirect("/inscription");
|
||||||
}
|
}
|
||||||
|
|
|
@ -258,7 +258,7 @@
|
||||||
<br />
|
<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>.
|
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 />
|
<br />
|
||||||
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" />
|
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" />
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue