mail-unlink: fetch acc data on unlink

This commit is contained in:
split / May 2023-09-30 21:43:20 -07:00
parent c687b0767d
commit f27f7b8921

View file

@ -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()
})
}
}