This commit is contained in:
binwiederhier 2023-02-11 20:38:13 -05:00
parent e5a33523d9
commit 4cbf1f5371
3 changed files with 7 additions and 11 deletions

View file

@ -12,5 +12,5 @@ var config = {
enable_signup: true,
enable_payments: true,
enable_reservations: true,
disallowed_topics: ["docs", "static", "file", "app", "account", "settings", "pricing", "signup", "login", "reset-password"]
disallowed_topics: ["docs", "static", "file", "app", "account", "settings", "signup", "login"]
};