This commit is contained in:
Christophe Maudoux 2021-08-12 21:04:46 +02:00
parent 4b592e1f48
commit c61ac6353f

View File

@ -479,7 +479,6 @@ sub display {
MSG => $req->info(), MSG => $req->info(),
LOCKTIME => $req->lockTime(), LOCKTIME => $req->lockTime(),
); );
} }
# Display authentication form # Display authentication form
@ -517,9 +516,8 @@ sub display {
); );
} }
# Choose what form to display if not in a loop # Choose which form to display if not in a loop
else { else {
my $displayType = my $displayType =
eval { $self->_authentication->getDisplayType($req) } eval { $self->_authentication->getDisplayType($req) }
|| 'logo'; || 'logo';