1
0
Fork 0
mirror of https://gitlab.easter-eggs.com/ee/ldapsaisie.git synced 2025-04-29 22:34:16 +02:00

Fix recover password form display

This commit is contained in:
Benjamin Renard 2020-05-04 16:03:15 +02:00
parent 03485bd486
commit 86b5e8fece

View file

@ -239,7 +239,6 @@ class LSurl {
// Check authentication (if need)
if($request -> authenticated && ! LSsession :: startLSsession()) {
LSsession :: setTemplate('login.tpl');
LSsession :: displayTemplate();
return true;
}