mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Resolve #242
This commit is contained in:
parent
a9edbe9ecf
commit
47a6af52ba
2 changed files with 3 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ import { MessageUserStore } from 'Stores/User/Message';
|
|||
//import { FolderUserStore } from 'Stores/User/Folder';
|
||||
|
||||
import { Capa, Scope } from 'Common/Enums';
|
||||
import { /*root,*/ settings } from 'Common/Links';
|
||||
import { root, settings } from 'Common/Links';
|
||||
|
||||
import { showScreenPopup } from 'Knoin/Knoin';
|
||||
import { AbstractViewRight } from 'Knoin/AbstractViews';
|
||||
|
|
@ -83,6 +83,7 @@ export class SystemDropDownUserView extends AbstractViewRight {
|
|||
AccountUserStore.loading(false);
|
||||
*/
|
||||
// rl.route.reload();
|
||||
location.href = root();
|
||||
location.reload();
|
||||
}
|
||||
}, {Email:account.email}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue