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:
@@ -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());
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user