feat: 重命名 auth_bridge.py 为 auth.py (#6207)

Co-authored-by: traeagent <traeagent@users.noreply.github.com>
This commit is contained in:
jxxghp
2026-07-28 14:56:33 +08:00
committed by GitHub
parent 1a3c1b8b39
commit 6b4a255f26
2 changed files with 1 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ from fastapi import APIRouter, HTTPException
from pydantic import BaseModel
from app import schemas
from app.core.auth_bridge import build_token_response, consume_plugin_auth_ticket
from app.core.auth import build_token_response, consume_plugin_auth_ticket
from app.core.plugin import PluginManager
from app.db.models.passkey import PassKey
from app.db.models.user import User