Prepared code to switch accounts without reload (not working yet)

This commit is contained in:
djmaze 2021-11-11 17:14:06 +01:00
parent d24e0a3e1b
commit 597ea21b70
7 changed files with 67 additions and 31 deletions

View file

@ -56,6 +56,13 @@ class RemoteUserFetch extends AbstractFetchRemote {
this.defaultRequest(fCallback, 'Login', oData);
}
/*
// TODO SystemDropDownUserView.accountClick
switchAccount(fCallback, email) {
this.defaultRequest(fCallback, 'AccountSwitch', {Email:email});
}
*/
/**
* @param {?Function} fCallback
*/