mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
When switching to additional account fails, show account update screen
This commit is contained in:
parent
4690f367c1
commit
42bf782c6a
1 changed files with 3 additions and 0 deletions
|
|
@ -56,6 +56,9 @@ export class SystemDropDownUserView extends AbstractViewRight {
|
||||||
if (iError) {
|
if (iError) {
|
||||||
AccountUserStore.loading(false);
|
AccountUserStore.loading(false);
|
||||||
alert(getNotification(iError).replace('%EMAIL%', account.email));
|
alert(getNotification(iError).replace('%EMAIL%', account.email));
|
||||||
|
if (account.canBeEdit()) {
|
||||||
|
showScreenPopup(AccountPopupView, [account]);
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
// This does not work yet
|
// This does not work yet
|
||||||
// rl.setData(oData.Result);
|
// rl.setData(oData.Result);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue