refactor: 🎨 remove package-lock.json from root #16

Merged
jamie merged 6 commits from v1.1.1 into main 2026-06-02 23:25:43 +01:00
Showing only changes of commit a502ae2687 - Show all commits
-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">{{ 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)"