Skip to content

Commit 92d7f9b

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

painel_eleicao.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ <h2 id="eleicaoNome">Carregando eleição...</h2>
365365
<button class="tab active" onclick="showTab('candidatos')">👥 Candidatos</button>
366366
<button class="tab" onclick="showTab('mesarios')">👥 Mesários</button>
367367
<button class="tab" onclick="showTab('api-cliente')">🔌 API Cliente</button>
368-
<button class="tab" onclick="window.location.href='eleitor_point.html'">🔐 Autorizar Votos</button>
368+
<button class="tab" onclick="showTab('autorizacao')">🔐 Autorizar Votos</button>
369369
<button class="tab" onclick="showTab('monitor')">👁️ Monitorar Votos</button>
370370
<button class="tab" onclick="showTab('pagamento')">💰 Comprar Créditos</button>
371371
</div>
@@ -961,4 +961,4 @@ <h4>🔗 Link para Mesário - ${eleicao.name}</h4>
961961
});
962962
</script>
963963
</body>
964-
</html>
964+
</html>

0 commit comments

Comments
 (0)