Skip to content

Commit

Permalink
Fix tunnel setup form. (#2667)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstegeman committed Dec 2, 2020
1 parent eab830e commit 53202c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/js/setup-subdomain.js
Expand Up @@ -177,6 +177,7 @@ function setupForm() {
reclaimMessage.classList.remove('hidden');
reclaimMessage.querySelector('a').onclick = () => {
document.getElementById('opt-in-group').style.display = 'none';
document.getElementById('agree-group').style.display = 'none';
reclamationToken.style.display = 'block';
reclamationToken.focus();

Expand Down

0 comments on commit 53202c5

Please sign in to comment.