diff options
| author | Maxime Besson <maxime.besson@worteks.com> | 2023-06-20 17:02:26 +0200 |
|---|---|---|
| committer | Maxime Besson <maxime.besson@worteks.com> | 2023-06-20 17:53:55 +0200 |
| commit | 5034f58639aaa0dfe4ff730905eaab87302dc468 (patch) | |
| tree | 6738bd660433a44ceb8d11ed91f0aaaeffe2b3ed | |
| parent | 8e9a747f0285888c28eab50d7cd800e3618a781f (diff) | |
Remove useless rebuildCookies step
buildCookie is already called just before, and it causes logs to be
shown twice
| -rw-r--r-- | lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/SecondFactor.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/SecondFactor.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/SecondFactor.pm index 4bf6fcc45..1e426131b 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/SecondFactor.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/SecondFactor.pm @@ -201,7 +201,6 @@ sub _verify { [ @{ $self->p->afterData }, $self->p->validSession, - 'rebuildCookies', @{ $self->p->endAuth }, sub { PE_OK } ] |
