mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-18 22:43:47 +01:00
Fix recover password form display
This commit is contained in:
parent
03485bd486
commit
86b5e8fece
1 changed files with 0 additions and 1 deletions
|
@ -239,7 +239,6 @@ class LSurl {
|
||||||
|
|
||||||
// Check authentication (if need)
|
// Check authentication (if need)
|
||||||
if($request -> authenticated && ! LSsession :: startLSsession()) {
|
if($request -> authenticated && ! LSsession :: startLSsession()) {
|
||||||
LSsession :: setTemplate('login.tpl');
|
|
||||||
LSsession :: displayTemplate();
|
LSsession :: displayTemplate();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue