mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +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) {
|
||||
AccountUserStore.loading(false);
|
||||
alert(getNotification(iError).replace('%EMAIL%', account.email));
|
||||
if (account.canBeEdit()) {
|
||||
showScreenPopup(AccountPopupView, [account]);
|
||||
}
|
||||
} else {
|
||||
// This does not work yet
|
||||
// rl.setData(oData.Result);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue