mirror of
https://github.com/bitwarden/server.git
synced 2025-02-19 02:21:21 +01:00
Changes for email notification
This commit is contained in:
parent
60672bbe48
commit
ef4bedb616
@ -0,0 +1,10 @@
|
|||||||
|
using Bit.Core.AdminConsole.Entities;
|
||||||
|
|
||||||
|
namespace Bit.Api.Billing.Models.Responses;
|
||||||
|
|
||||||
|
public record OrganizationSponsorshipResponse(bool IsPolicyEnabled)
|
||||||
|
{
|
||||||
|
public static OrganizationSponsorshipResponse From(Policy policy)
|
||||||
|
=> new(policy.Enabled);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user