Handle "too many request" login errors.

This commit is contained in:
Pierre HUBERT
2018-08-20 13:55:05 +02:00
parent ee2689ad84
commit 06b43732a9
5 changed files with 27 additions and 1 deletions

View File

@ -397,6 +397,8 @@ var ComunicWeb = {
* Logout user
*/
logoutUser: function(afterLogout){},
//TODO : implement
},
/**