Add user consent page
Closes gh-42
This commit is contained in:
@@ -19,6 +19,10 @@
|
||||
</nav>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div th:if="${error}" class="alert alert-danger alert-dismissible" role="alert">
|
||||
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
|
||||
<h4 th:text="${error}" class="text-center"></h4>
|
||||
</div>
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Authorize the client using <span style="font-family:monospace">grant_type</span>:</h3>
|
||||
|
||||
Reference in New Issue
Block a user