fix: 🐛 ability to delete expired api keys
This commit is contained in:
@@ -1139,7 +1139,6 @@ async function deleteIdentityRow(id: number) {
|
|||||||
<td class="px-2 py-2">{{ apiKeyStatus(row) }}</td>
|
<td class="px-2 py-2">{{ apiKeyStatus(row) }}</td>
|
||||||
<td class="px-2 py-2 text-right">
|
<td class="px-2 py-2 text-right">
|
||||||
<button
|
<button
|
||||||
v-if="row.active"
|
|
||||||
type="button"
|
type="button"
|
||||||
class="rounded px-2 py-1 text-red-400 hover:bg-slate-800"
|
class="rounded px-2 py-1 text-red-400 hover:bg-slate-800"
|
||||||
@click="deleteApiKey(row.id, row.label)"
|
@click="deleteApiKey(row.id, row.label)"
|
||||||
|
|||||||
Reference in New Issue
Block a user