mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-21 13:36:25 -08:00
mail-unlink: fetch acc data on unlink
This commit is contained in:
parent
c687b0767d
commit
f27f7b8921
|
@ -139,6 +139,8 @@ export function emailPotentialRemove(optPicker) {
|
|||
if (response.status != 200) {
|
||||
optPicker.picker(`${response.status} ${response.headers.get("x-backup-status-message") || response.statusText || ""}`,[])
|
||||
}
|
||||
|
||||
fetchAccountData()
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue