Fixed authorize form

This commit is contained in:
Jan Böhmer 2026-07-27 16:16:30 +02:00
parent fb2759a5b5
commit 0d531db76e

View file

@ -22,7 +22,7 @@
<p class="text-muted">{% trans %}oauth.authorize.revoke_hint{% endtrans %}</p>
<form method="post" action="{{ app.request.requestUri }}">
<form method="post" action="{{ app.request.requestUri }}" data-turbo="false" data-turbo-frame="_top">
<input type="hidden" name="_csrf_token" value="{{ csrf_token(csrf_token_id) }}">
<button type="submit" name="oauth_decision" value="deny" class="btn btn-secondary">