Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 4454d0d

Browse files
added presentation setting for marketing screenshots
1 parent 8e5e640 commit 4454d0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/models/usersettings.model.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = function (app) {
99
userId: {type: String, required: true, unique: true},
1010
uiLanguage: {type: String, required: true},
1111
contentLanguages: {type: Array, default: []},
12+
hideUsersWithoutTermsOfUseSigniture: {type: Boolean},
1213
updatedAt: { type: Date, default: Date.now }
1314
});
1415

0 commit comments

Comments
 (0)