Clear the PIN field after a successful pairing

This commit is contained in:
Cameron Gutman 2023-05-04 22:33:50 -05:00
parent 2fca9cd0da
commit 27f9d6d3a5

View File

@ -32,6 +32,7 @@
document.querySelector(
"#status"
).innerHTML = `<div class="alert alert-success" role="alert">Success! Please check Moonlight to continue</div>`;
document.querySelector("#pin-input").value = "";
} else {
document.querySelector(
"#status"