diff --git a/lemonldap-ng-portal/example/mail.pl b/lemonldap-ng-portal/example/mail.pl index 538d6b901..8098fb9ce 100755 --- a/lemonldap-ng-portal/example/mail.pl +++ b/lemonldap-ng-portal/example/mail.pl @@ -65,7 +65,7 @@ if ( DISPLAY_MAILSENT => 0, DISPLAY_PASSWORD_FORM => 0, ); - + } # Display captcha if it's enabled if ( $portal->{captcha_enabled} ) { $template->param( @@ -74,7 +74,6 @@ if ( CAPTCHA_SIZE => $portal->{captcha_size} ); } - } # Display mail confirmation resent form if ( $portal->{error} == PE_MAILCONFIRMATION_ALREADY_SENT ) {