Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/modals')
-rw-r--r--web/html/modals/inbound_modal.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/html/modals/inbound_modal.html b/web/html/modals/inbound_modal.html
index a7a59c99..60af57cb 100644
--- a/web/html/modals/inbound_modal.html
+++ b/web/html/modals/inbound_modal.html
@@ -183,7 +183,8 @@
},
clearKeys() {
this.inbound.settings.decryption = 'none';
- this.inbound.settings.encryption = '';
+ this.inbound.settings.encryption = 'none';
+ this.inbound.settings.selectedAuth = undefined;
}
},