Improve code ;-) (#1550)

This commit is contained in:
Christophe Maudoux 2018-11-25 20:50:12 +01:00
parent 943d237dfe
commit ef5b4bcc36

View File

@ -64,7 +64,7 @@ sub setAuthSessionInfo {
sub getDisplayType { sub getDisplayType {
my ( $self ) = @_; my ( $self ) = @_;
$self->{conf}->{sslByAjax} ? return "sslform" : return "logo"; return ( $self->{conf}->{sslByAjax} ? "sslform" : "logo") ;
} }
1; 1;