mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
feat(frontend): added user deletion to the user list
also includes small updates to the api to prevent administrators from being deleted, as well as migrations to cascade deletions to requests the users made fixes #348
This commit is contained in:
@@ -14,6 +14,7 @@ const globalMessages = defineMessages({
|
||||
approve: 'Approve',
|
||||
decline: 'Decline',
|
||||
delete: 'Delete',
|
||||
deleting: 'Deleting…',
|
||||
});
|
||||
|
||||
export default globalMessages;
|
||||
|
||||
Reference in New Issue
Block a user