24
1
Fork 0

don't disable copy while setting password. fixes #638

This commit is contained in:
Danny Coates 2017-11-14 19:07:24 -08:00
parent 2f8a3c9904
commit 490a1e88eb
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
1 changed files with 0 additions and 4 deletions

View File

@ -43,10 +43,6 @@ module.exports = function(state, emit) {
document
.querySelector('.setPassword')
.classList.toggle('hidden', !boxChecked);
document
.getElementById('copy')
.classList.toggle('wait-password', boxChecked);
document.getElementById('copy-btn').disabled = boxChecked;
if (boxChecked) {
unlockInput.focus();
} else {