Update custom consent page sample

Closes gh-802
This commit is contained in:
wingzero
2022-07-13 17:25:56 +08:00
committed by Joe Grandja
parent 19c7606c52
commit d5a57396a4

View File

@@ -39,7 +39,7 @@
</div>
<div class="row">
<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="state" th:value="${state}">