mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
ea38877b0c
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>
3 lines
104 B
TypeScript
3 lines
104 B
TypeScript
export * from './inactive/createInactiveUsersService';
|
|
export * from './inactive/inactive-users-store';
|