mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
create jobs controller running system tasks
This commit is contained in:
@ -37,8 +37,6 @@ namespace Bit.Core.IdentityServer
|
||||
|
||||
public async Task GetProfileDataAsync(ProfileDataRequestContext context)
|
||||
{
|
||||
await _licensingService.ValidateOrganizationsAsync();
|
||||
|
||||
var existingClaims = context.Subject.Claims;
|
||||
var newClaims = new List<Claim>();
|
||||
|
||||
|
Reference in New Issue
Block a user