mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-08-01 06:01:42 +00:00
Fixed authorize form
This commit is contained in:
parent
fb2759a5b5
commit
0d531db76e
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
<p class="text-muted">{% trans %}oauth.authorize.revoke_hint{% endtrans %}</p>
|
<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) }}">
|
<input type="hidden" name="_csrf_token" value="{{ csrf_token(csrf_token_id) }}">
|
||||||
|
|
||||||
<button type="submit" name="oauth_decision" value="deny" class="btn btn-secondary">
|
<button type="submit" name="oauth_decision" value="deny" class="btn btn-secondary">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue