mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 00:52:49 -05:00
premium signup with license file
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
using Bit.Core.Models.Table;
|
||||
using Microsoft.AspNetCore.Hosting;
|
||||
using System;
|
||||
using Bit.Core.Models.Business;
|
||||
|
||||
namespace Bit.Core.Services
|
||||
{
|
||||
@ -16,6 +17,11 @@ namespace Bit.Core.Services
|
||||
}
|
||||
}
|
||||
|
||||
public bool VerifyLicense(ILicense license)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public bool VerifyOrganizationPlan(Organization organization)
|
||||
{
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user