Skip to content

Commit

Permalink
AUT-1689 Remove refresh token html element if missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Marten332 committed Mar 27, 2024
1 parent f82354c commit 49d68a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/dashboard.html
Expand Up @@ -81,7 +81,7 @@ <h2 class="h3">Token Endpoint Response</h2>
<td>access_token</td>
<td th:id="access_token" th:text="${access_token}"></td>
</tr>
<tr>
<tr th:if="${refresh_token}">
<td>refresh_token</td>
<td th:id="refresh_token" th:text="${refresh_token}"></td>
</tr>
Expand Down

0 comments on commit 49d68a4

Please sign in to comment.