mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Added mail caching system
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user