diff --git a/Resources/views/Security/login.html.twig b/Resources/views/Security/login.html.twig index 48aaf2d..f8b007c 100755 --- a/Resources/views/Security/login.html.twig +++ b/Resources/views/Security/login.html.twig @@ -43,7 +43,7 @@ - {% if registration_is_enabled %} + {% if registration_is_enabled is defined and registration_is_enabled %}