Browse Source

set invite_token optional

Outsider 9 years ago
parent
commit
44b430030a
1 changed files with 3 additions and 2 deletions
  1. 3 2
      app.json

+ 3 - 2
app.json

@@ -17,8 +17,9 @@
       "value": ""
     },
     "INVITE_TOKEN": {
-      "description": "Shared secret token used to get access. Leave blank if you don't want users to have to provide a token.",
-      "value": ""
+      "description": "Shared invite token used to get access. Leave blank if you don't want users to have to provide a token.",
+      "value": "",
+      "required": false
     }
   }
 }