Added mail caching system

This commit is contained in:
Pierre
2017-05-24 16:37:41 +02:00
parent e04326c9f3
commit 72fe4108ba
8 changed files with 71 additions and 7 deletions

View File

@ -23,7 +23,9 @@ ComunicWeb.components.menuBar.notAuthenticated = {
loginForm.setAttribute("role", "login");
loginForm.onsubmit = function(){
//Try to login user; in case of failure redirect
//Try to login user; in case of failure redirect to login page
return false;
}
//Add email address formGroup