mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Improved the Switch account system for better feedback to user
This commit is contained in:
parent
597ea21b70
commit
739aeaded5
42 changed files with 76 additions and 49 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue