1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-09 07:19:16 +00:00

feat: add static api key env variable (#1229)

This commit is contained in:
Elias Schneider
2026-01-11 15:36:27 +01:00
committed by GitHub
parent 9ca3d33c88
commit 746aa71d67
6 changed files with 78 additions and 6 deletions

View File

@@ -48,10 +48,10 @@
try {
await userService.remove(user.id);
await refresh();
toast.success(m.user_deleted_successfully());
} catch (e) {
axiosErrorToast(e);
}
toast.success(m.user_deleted_successfully());
}
}
});