mirror of
https://github.com/bitwarden/server
synced 2025-12-14 07:13:39 +00:00
license when no billing info
This commit is contained in:
@@ -426,7 +426,8 @@ namespace Bit.Api.Controllers
|
||||
}
|
||||
else
|
||||
{
|
||||
return new BillingResponseModel(user);
|
||||
var license = await _userService.GenerateLicenseAsync(user);
|
||||
return new BillingResponseModel(user, license);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user