mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2026-01-04 08:17:21 +00:00
Clear the PIN field after a successful pairing
This commit is contained in:
parent
2fca9cd0da
commit
27f9d6d3a5
@ -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…
Reference in New Issue
Block a user