Skip to content

Commit a9e3e30

Browse files
authored
Update painel_eleicao.html
1 parent 92d7f9b commit a9e3e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

painel_eleicao.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ <h4>${mesario.nome}</h4>
865865
usado: false
866866
});
867867

868-
const mesarioURL = `${window.location.origin}/eleitor_point.html?auth=${token}&eleicao=${eleicao._id}`;
868+
const mesarioURL = `${window.location.origin}/eleitor_point.html?auth=${token}&eleicao_id=${eleicao._id}`;
869869

870870
document.getElementById("auth-links").innerHTML += `
871871
<div class="auth-link">

0 commit comments

Comments
 (0)