1 parent 744bd15 commit e961ea2Copy full SHA for e961ea2
1 file changed
core/web/auth.py
@@ -31,7 +31,7 @@
31
)
32
from ..i18n import get_text as _, get_user_lang
33
from ..shared_state import ALLOWED_USERS, USER_NAMES, AUTH_TOKENS
34
-from ..utils import encrypt_for_web, decrypt_for_web, decrypt_request_payload, encrypted_json_response
+from ..utils import encrypt_for_web, decrypt_for_web, decrypt_request_payload, encrypted_json_response, get_web_key
35
36
routes = web.RouteTableDef()
37
0 commit comments