Merge pull request #20983 from overleaf/jdt-wf-auto-account-create

Auto create Writefull accounts

GitOrigin-RevId: 2b03cd5bc1392c43d7682833d80f840b4da314f2
This commit is contained in:
Jimmy Domagala-Tang
2024-10-14 11:10:47 +00:00
committed by Copybot
parent 4920af44b0
commit e5ead5b42c
6 changed files with 40 additions and 41 deletions
+1
View File
@@ -190,6 +190,7 @@ const UserSchema = new Schema(
},
writefull: {
enabled: { type: Boolean, default: null },
autoCreatedAccount: { type: Boolean, default: false },
},
alphaProgram: { type: Boolean, default: false }, // experimental features
betaProgram: { type: Boolean, default: false },