Browse Source

Update custom consent page sample

Closes gh-802
pull/762/merge
wingzero 4 years ago committed by Joe Grandja
parent
commit
d5a57396a4
  1. 2
      samples/custom-consent-authorizationserver/src/main/resources/templates/consent.html

2
samples/custom-consent-authorizationserver/src/main/resources/templates/consent.html

@ -39,7 +39,7 @@
</div> </div>
<div class="row"> <div class="row">
<div class="col text-center"> <div class="col text-center">
<form name="consent_form" method="post" action="/oauth2/authorize"> <form name="consent_form" method="post" th:action="@{/oauth2/authorize}">
<input type="hidden" name="client_id" th:value="${clientId}"> <input type="hidden" name="client_id" th:value="${clientId}">
<input type="hidden" name="state" th:value="${state}"> <input type="hidden" name="state" th:value="${state}">

Loading…
Cancel
Save