mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
fix(preferences(js)): set account id before importing certificate
Fixes #5084
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
onSuccessItem: function(item, response, status, headers) {
|
||||
this.clearQueue();
|
||||
$timeout(function() {
|
||||
_.assign(vm.account, {security: {hasCertificate: true}});
|
||||
_.assign(vm.account, {security: {hasCertificate: true}, $$certificate: response});
|
||||
});
|
||||
_loadCertificate();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user