keep password on retry
Browse files- static/index.html +1 -1
static/index.html
CHANGED
|
@@ -624,7 +624,7 @@
|
|
| 624 |
}
|
| 625 |
for (const id of ["ssh-cmd", "ssh-pwd"])
|
| 626 |
document.getElementById(id).disabled = false;
|
| 627 |
-
|
| 628 |
}
|
| 629 |
|
| 630 |
function showErr(msg) {
|
|
|
|
| 624 |
}
|
| 625 |
for (const id of ["ssh-cmd", "ssh-pwd"])
|
| 626 |
document.getElementById(id).disabled = false;
|
| 627 |
+
// 淇濈暀瀵嗙爜, 鏂逛究杩炵画鎿嶄綔
|
| 628 |
}
|
| 629 |
|
| 630 |
function showErr(msg) {
|