Bug 36092: Pass the sessionID from checkauth if we hit auth
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 14 Feb 2024 09:33:11 +0000 (10:33 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 1 Mar 2024 09:55:27 +0000 (10:55 +0100)
commit3a053ebdf94795120eb5322c6c45121489b2f583
treebfa0870ba0b4858fe573a756b9e6b9d23169655c
parent1bc2f8cf1bf6a3d773d0e3eef906a2b66552ef5e
Bug 36092: Pass the sessionID from checkauth if we hit auth

If we hit the auth page we were not passing sessionID to the template

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Auth.pm