You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In templates/page/login.html.twig, an empty block right after the form would make it easier to customize the login page, for example to add a disclaimer:
In
templates/page/login.html.twig, an empty block right after the form would make it easier to customize the login page, for example to add a disclaimer:........... </form> {% block wrapper_wrapper_tail %}{% endblock wrapper_wrapper_tail %}