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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 19 Feb 2024 13:41:11 +0000 (14:41 +0100)
commit1f815b7b1e61f08403837046eecb1f97c4ede905
tree052da69d7534d94d0c9166371f03c34d93f64310
parent6cb4c5839e491b6f12d9cf3a7321c10752d0cee7
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: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit 95098d23e0c0bfc5291464a625ff6422b8288888)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Auth.pm