We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d7f9b commit a9e3e30Copy full SHA for a9e3e30
painel_eleicao.html
@@ -865,7 +865,7 @@ <h4>${mesario.nome}</h4>
865
usado: false
866
});
867
868
- const mesarioURL = `${window.location.origin}/eleitor_point.html?auth=${token}&eleicao=${eleicao._id}`;
+ const mesarioURL = `${window.location.origin}/eleitor_point.html?auth=${token}&eleicao_id=${eleicao._id}`;
869
870
document.getElementById("auth-links").innerHTML += `
871
<div class="auth-link">
0 commit comments