Clear the PIN field after a successful pairing
This commit is contained in:
parent
2fca9cd0da
commit
27f9d6d3a5
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue