setup: Move 401 error check to channel.

Channel already handles all the requests and general errors related to
them; so, channels seems the right place for this check.
This commit is contained in:
Aman Agrawal
2021-09-28 10:11:03 +00:00
committed by Tim Abbott
parent ab0d852fd5
commit 50812ead0f
3 changed files with 26 additions and 25 deletions

View File

@@ -45,6 +45,7 @@ EXEMPT_FILES = {
"static/js/billing/upgrade.js",
"static/js/blueslip.ts",
"static/js/blueslip_stacktrace.ts",
"static/js/channel.js",
"static/js/click_handlers.js",
"static/js/compose_actions.js",
"static/js/compose_closed_ui.js",