mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05:00
updates for license validation
This commit is contained in:
@ -42,7 +42,7 @@ namespace Bit.Api.Controllers
|
||||
throw new UnauthorizedAccessException();
|
||||
}
|
||||
|
||||
await _userService.SaveUserAsync(model.ToUser(user));
|
||||
await _userService.SaveUserAsync(model.ToUser(user), true);
|
||||
|
||||
var response = new DomainsResponseModel(user);
|
||||
return response;
|
||||
|
Reference in New Issue
Block a user