mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Login permanent by default
This commit is contained in:
@ -83,7 +83,7 @@ ComunicWeb.components.menuBar.notAuthenticated = {
|
||||
};
|
||||
|
||||
//Try to login user
|
||||
ComunicWeb.user.userLogin.loginUser(emailInput.value, passwordInput.value, false, afterTryLogin);
|
||||
ComunicWeb.user.userLogin.loginUser(emailInput.value, passwordInput.value, true, afterTryLogin);
|
||||
|
||||
//Block form
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user