revert: 撤回登录相关鉴权改动,恢复星阙原登录逻辑

UFO 登录问题应只在前端处理(登录请求不带旧 Token),不应改共享后端登录接口。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
XingQue
2026-07-23 01:15:03 +08:00
parent d7f40409d6
commit 44f13e3310
3 changed files with 6 additions and 25 deletions

View File

@@ -61,7 +61,6 @@ import logging
logger = logging.getLogger(__name__)
class GetDynamicConfigView(APIView):
authentication_classes = ()
permission_classes = [AllowAny]
parser_classes = [JSONParser]