fix(api): set IsActive=true when creating license keys #261
@@ -121,6 +121,7 @@ func CreateLicenseKey(ctx *context.APIContext) {
|
||||
LicenseeEmail: form.LicenseeEmail,
|
||||
DomainRestriction: form.DomainRestriction,
|
||||
MaxSites: form.MaxSites,
|
||||
IsActive: true,
|
||||
}
|
||||
|
||||
if form.StartsAt != nil {
|
||||
|
||||
Reference in New Issue
Block a user