Bug 36102: Fix expired session on the login page of the installer (?)
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 20 Feb 2024 14:12:23 +0000 (15:12 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 1 Mar 2024 10:00:35 +0000 (11:00 +0100)
commita44a01aaf3bc95bacf2953759a1e319f31182088
tree540dfabf7874cfa96677e44520976c0c4c90323a
parent59470197c296cf2a3cdb0acd3cdd120409b4dd32
Bug 36102: Fix expired session on the login page of the installer (?)

I *think* this change fixes a bug when starting the installer with an
expired session. I am no longer able to reproduce the problem however.

Just skip if it does not make sense.

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