Display authentication error on login form (#1666)

This commit is contained in:
Clément OUDOT 2019-03-18 11:41:41 +01:00
parent fb7541ace0
commit 627548e95d

View File

@ -352,8 +352,7 @@ sub display {
# * Bad URL error # * Bad URL error
elsif ($req->{error} == PE_LOGOUT_OK elsif ($req->{error} == PE_LOGOUT_OK
or $req->{error} == PE_WAIT or $req->{error} == PE_WAIT
or $req->{error} == PE_BADURL or $req->{error} == PE_BADURL )
or $req->{error} == PE_BADCREDENTIALS )
{ {
%templateParams = ( %templateParams = (
%templateParams, %templateParams,