mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 01:22:50 -05: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