mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 02:45:58 +00:00
Fix for #1709
This commit is contained in:
@@ -75,7 +75,7 @@
|
|||||||
|
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<!-- Authorize Button -->
|
<!-- Authorize Button -->
|
||||||
<form method="post" action="/oauth/authorize">
|
<form method="post" action="{{ route('index') }}/oauth/authorize">
|
||||||
{{ csrf_field() }}
|
{{ csrf_field() }}
|
||||||
|
|
||||||
<input type="hidden" name="state" value="{{ request.state }}">
|
<input type="hidden" name="state" value="{{ request.state }}">
|
||||||
@@ -84,7 +84,7 @@
|
|||||||
</form>
|
</form>
|
||||||
|
|
||||||
<!-- Cancel Button -->
|
<!-- Cancel Button -->
|
||||||
<form method="post" action="/oauth/authorize">
|
<form method="post" action="{{ route('index') }}/oauth/authorize">
|
||||||
{{ csrf_field() }}
|
{{ csrf_field() }}
|
||||||
{{ method_field('DELETE') }}
|
{{ method_field('DELETE') }}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user