Reset connection state on removing secret key

This commit is contained in:
Cohee
2023-06-06 21:09:15 +03:00
parent 0500cdcc4b
commit d9d0d00d67

View File

@ -22,6 +22,7 @@ async function clearSecret() {
secret_state[key] = false;
updateSecretDisplay();
$(INPUT_MAP[key]).val('');
$('#main_api').trigger('change');
}
function updateSecretDisplay() {