do not display a terms page by default

This commit is contained in:
ansuz 2022-05-13 14:25:19 +05:30
parent 3f6afcd3fb
commit b6541c3034
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ define(function() {
*
* See the comments above for a description of possible configurations.
*/
AppConfig.terms = true;
AppConfig.terms = false;
/* The terms of CryptPad's license require that its source code be made available
* to anyone who uses the software. If you have not made any modifications to the platform