This commit is contained in:
James Cole
2018-09-22 20:01:38 +02:00
parent 069015c9b1
commit eefb1c4a47

View File

@@ -75,7 +75,7 @@
<div class="buttons">
<!-- Authorize Button -->
<form method="post" action="/oauth/authorize">
<form method="post" action="{{ route('index') }}/oauth/authorize">
{{ csrf_field() }}
<input type="hidden" name="state" value="{{ request.state }}">
@@ -84,7 +84,7 @@
</form>
<!-- Cancel Button -->
<form method="post" action="/oauth/authorize">
<form method="post" action="{{ route('index') }}/oauth/authorize">
{{ csrf_field() }}
{{ method_field('DELETE') }}