Compare commits

..

No commits in common. "24104ac9f470ae38fad161c466d0f2b419029c7f" and "2878e8e01aa7fac846f60d6bf8f36b2d46efba10" have entirely different histories.

View File

@ -200,7 +200,7 @@
}
async function init() {
if (!token || token.length !== 96 || !/^[a-f0-9]+$/i.test(token)) {
if (!token || token.length !== 64 || !/^[a-f0-9]+$/i.test(token)) {
showError("Lien invalide ou incomplet.");
return;
}