diff --git a/web/html/modals/inbound_modal.html b/web/html/modals/inbound_modal.html index dab6dcc8..f20bd833 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; } },