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)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 21 Feb 2024 21:40:20 +0000 (21:40 +0000)
commit0decb260343455caabd4101b0b0e9499723f2951
tree3b61b0eec86fe490982380bd6efddc264e22802e
parent7bc46ea231c3e63e017da2a26a7a8918ed161cab
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>
C4/Auth.pm