login_to_access: Rename module to spectators.

This allows us to call spectators.login_to_access which
is more clear for what it does.
This commit is contained in:
Aman Agrawal
2021-09-07 07:39:12 +05:30
committed by Tim Abbott
parent 354dfb02e5
commit 31de905955
6 changed files with 11 additions and 11 deletions

View File

@@ -84,7 +84,7 @@ EXEMPT_FILES = {
"static/js/loading.ts",
"static/js/local_message.js",
"static/js/localstorage.js",
"static/js/login_to_access.js",
"static/js/spectators.js",
"static/js/message_edit.js",
"static/js/message_edit_history.js",
"static/js/message_events.js",