diff --git a/public/index.html b/public/index.html
index bd0acca..bd5ae40 100644
--- a/public/index.html
+++ b/public/index.html
@@ -746,6 +746,8 @@
if (state.voterName) {
applyVoterName(state.voterName);
+ // Session persists — skip name modal
+ document.getElementById('nameModal').classList.add('hidden');
}
// If view=results, skip name modal and go to results tab