Преглед изворни кода

Merge pull request #416 from cloudbase/users-projects

Enabling users and projects page by default
Dorin Paslaru пре 6 година
родитељ
комит
0c814b3619
1 измењених фајлова са 3 додато и 2 уклоњено
  1. 3 2
      config.js

+ 3 - 2
config.js

@@ -8,8 +8,9 @@ const conf: Config = {
   // Remove or comment to enable them
   disabledPages: [
     'planning',
-    'users',
-    'projects',
+  // Enabling users and projects page by default
+  // 'users',
+  // 'projects',
   ],
 
   // Whether to show the user domain name input when logging in