mirror of
https://github.com/bitwarden/server
synced 2025-12-18 01:03:17 +00:00
user premium validation job
This commit is contained in:
@@ -56,8 +56,8 @@ namespace Bit.Jobs
|
||||
case "validate-organizations":
|
||||
await _licensingService.ValidateOrganizationsAsync();
|
||||
break;
|
||||
case "validate-users":
|
||||
// TODO
|
||||
case "validate-users-premium":
|
||||
await _licensingService.ValidateUsersAsync();
|
||||
break;
|
||||
case "refresh-licenses":
|
||||
// TODO
|
||||
|
||||
Reference in New Issue
Block a user