summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/main.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/main.js b/web/main.js
index 8d5446b..a4dbf08 100644
--- a/web/main.js
+++ b/web/main.js
@@ -109,6 +109,7 @@ var guiHandlers = {
// actions to use default handling should define truthy values that are not functions
// (this is to filter out unnecessary traffic before it hits Python)
+ 'signup': true,
'change_password': true,
'activity': true,
'query': true,