1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00
unleash.unleash/frontend/src/component/admin/users
Christopher Kolstad ea38877b0c
feat: List and delete inactive users
Adds a new Inactive Users list component to admin/users for easier cleanup of users that are counted as inactive: No sign of activity (logins or api token usage) in the last 180 days.

---------

Co-authored-by: David Leek <david@getunleash.io>
2024-02-05 14:07:38 +01:00
..
ConfirmUserAdded
CreateUser
EditUser
hooks
InactiveUsersList feat: List and delete inactive users 2024-02-05 14:07:38 +01:00
InviteLink
InviteLinkBar
LinkField
UserForm
UsersList feat: List and delete inactive users 2024-02-05 14:07:38 +01:00
Users.styles.ts feat: List and delete inactive users 2024-02-05 14:07:38 +01:00
UsersAdmin.tsx feat: List and delete inactive users 2024-02-05 14:07:38 +01:00
util.ts