mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-07-15 01:21:33 +02:00
Support Params and Querystring in login redirect
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
{% block integration %}{% endblock %}
|
||||
|
||||
{% set redirect = redirect ?: uri.path %}
|
||||
{% set redirect = redirect ?: uri.path ~ uri.params ~ (uri.query ? '?' ~ uri.query : '') %}
|
||||
|
||||
<form method="post" action="{{ base_url_relative }}">
|
||||
<div class="padding">
|
||||
|
||||
Reference in New Issue
Block a user