minor change

This commit is contained in:
mhsanaei
2025-09-08 10:08:55 +02:00
parent 9fcd0387ca
commit 5420e643cf
3 changed files with 8 additions and 5 deletions

View File

@@ -183,7 +183,8 @@
},
clearKeys() {
this.inbound.settings.decryption = 'none';
this.inbound.settings.encryption = '';
this.inbound.settings.encryption = 'none';
this.inbound.settings.selectedAuth = undefined;
}
},