feat: is trialing
This commit is contained in:
parent
1783da607c
commit
bae0b6bc82
|
|
@ -220,6 +220,7 @@ export class OrganizationRepository {
|
|||
name: body.company,
|
||||
apiKey: AuthService.fixedEncryption(makeId(20)),
|
||||
allowTrial: true,
|
||||
isTrailing: true,
|
||||
users: {
|
||||
create: {
|
||||
role: Role.SUPERADMIN,
|
||||
|
|
|
|||
Loading…
Reference in New Issue