Skip to content

Commit

Permalink
fixed App schema
Browse files Browse the repository at this point in the history
  • Loading branch information
tolacambo committed Dec 6, 2023
1 parent 6c18191 commit a0a3399
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions config/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,6 @@ module.exports.application = new mongooseSchema({
comment: 'Allow app invitation',
index: true
},

anonymousLoginEnabled: {
default: false,
type: Boolean,
comment: 'Allow app anonymous login',
index: true
},

signupEnabled: {
default: true,
type: Boolean,
Expand Down

0 comments on commit a0a3399

Please sign in to comment.