Improved the Switch account system for better feedback to user

This commit is contained in:
djmaze 2021-11-11 21:01:39 +01:00
parent 597ea21b70
commit 739aeaded5
42 changed files with 76 additions and 49 deletions

View file

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