Merge pull request #20983 from overleaf/jdt-wf-auto-account-create
Auto create Writefull accounts GitOrigin-RevId: 2b03cd5bc1392c43d7682833d80f840b4da314f2
This commit is contained in:
committed by
Copybot
parent
4920af44b0
commit
e5ead5b42c
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user