fix: 🐛 ability to delete expired api keys

This commit is contained in:
2026-06-02 22:20:56 +00:00
parent 782d8446d9
commit a502ae2687
-1
View File
@@ -1139,7 +1139,6 @@ async function deleteIdentityRow(id: number) {
<td class="px-2 py-2">{{ apiKeyStatus(row) }}</td>
<td class="px-2 py-2 text-right">
<button
v-if="row.active"
type="button"
class="rounded px-2 py-1 text-red-400 hover:bg-slate-800"
@click="deleteApiKey(row.id, row.label)"