mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
Resolve #1689
This commit is contained in:
parent
3fb700f163
commit
aa52d2e8f8
10 changed files with 39 additions and 30 deletions
|
|
@ -2,7 +2,6 @@
|
|||
import { addObservablesTo, koComputable } from 'External/ko';
|
||||
|
||||
import { getNotification } from 'Common/Translator';
|
||||
import { loadAccountsAndIdentities } from 'Common/UtilsUser';
|
||||
|
||||
import Remote from 'Remote/User/Fetch';
|
||||
|
||||
|
|
@ -105,7 +104,7 @@ export class IdentityPopupView extends AbstractViewPopup {
|
|||
if (iError) {
|
||||
this.submitError(getNotification(iError));
|
||||
} else {
|
||||
loadAccountsAndIdentities();
|
||||
rl.app.loadAccountsAndIdentities();
|
||||
this.close();
|
||||
}
|
||||
}, data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue