This commit is contained in:
the-djmaze 2022-02-25 11:33:08 +01:00
parent a9edbe9ecf
commit 47a6af52ba
2 changed files with 3 additions and 2 deletions

View file

@ -19,7 +19,7 @@ export const
* @param {string=} startupUrl
* @returns {string}
*/
root = (startupUrl = '') => HASH_PREFIX + pString(startupUrl),
root = () => HASH_PREFIX,
/**
* @returns {string}

View file

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