summaryrefslogtreecommitdiffstats
path: root/webapp/utils
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/utils')
-rw-r--r--webapp/utils/constants.jsx5
1 files changed, 4 insertions, 1 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index 858ea6bbf..0741299fd 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -303,7 +303,10 @@ export const StatTypes = keyMirror({
});
export const ErrorPageTypes = {
- LOCAL_STORAGE: 'local_storage'
+ LOCAL_STORAGE: 'local_storage',
+ OAUTH_MISSING_CODE: 'oauth_missing_code',
+ PAGE_NOT_FOUND: 'page_not_found',
+ PERMALINK_NOT_FOUND: 'permalink_not_found'
};
export const JobTypes = {