From 19e2dced4eb4f3ed7371fd229b70cf58a13e0556 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Tue, 9 Jun 2020 10:37:57 -0600 Subject: [PATCH] always right-trim the route for safety Signed-off-by: Andy Miller --- themes/grav/templates/partials/login.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/grav/templates/partials/login.html.twig b/themes/grav/templates/partials/login.html.twig index 14a95b38..ef945aca 100644 --- a/themes/grav/templates/partials/login.html.twig +++ b/themes/grav/templates/partials/login.html.twig @@ -16,7 +16,7 @@ {% set redirect = redirect ?: uri.path ~ uri.params ~ (uri.query ? '?' ~ uri.query : '') %} -
+
{% block form %}{% endblock %}