Show alert for checking client permission

This commit is contained in:
Yukino Song
2024-12-02 01:50:35 +08:00
parent 71d90dd4c1
commit b913d97510
3 changed files with 4 additions and 0 deletions

View File

@@ -345,6 +345,8 @@
document.querySelector("#name-input").value = "";
setTimeout(() => this.refreshClients(), 1000);
alert(this.i18n.t('pin.pair_success_check_perm'));
} else {
document.querySelector(
"#status"