Skip to content

Commit

Permalink
Add token info dates
Browse files Browse the repository at this point in the history
  • Loading branch information
ColonelPhantom committed Oct 9, 2024
1 parent c732760 commit e97465a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/templates/oauth2_provider/authorized-tokens.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ <h1 class="section-title">{% trans "authorised applications"|capfirst %}</h1>
{% endfor %}
</ul>
</td>
<td>
Created: {{ token.created }} <br>
Last used: {{ token.updated }} <br>
Expires: {{ token.expires }}
</td>
<td>
<a
class="btn btn-secondary"
Expand Down

0 comments on commit e97465a

Please sign in to comment.