Hide token type in user settings (#1945)

* Works on #1891 
* Hides token type from user settings because it's currently unused
This commit is contained in:
Kevin Chung
2021-07-12 01:15:01 -04:00
committed by GitHub
parent 38b977368c
commit dbc0a7569f

View File

@@ -94,7 +94,6 @@
<table class="table table-striped">
<thead>
<tr>
<td class="text-center"><b>Type</b></td>
<td class="text-center"><b>Created</b></td>
<td class="text-center"><b>Expiration</b></td>
<td class="text-center"><b>Delete</b></td>
@@ -103,7 +102,6 @@
<tbody>
{% for token in tokens %}
<tr>
<td>{{ token.type }}</td>
<td><span data-time="{{ token.created | isoformat }}"></span></td>
<td><span data-time="{{ token.expiration | isoformat }}"></span></td>
<td class="text-center">