add credential id

This commit is contained in:
jyong 2025-08-12 11:10:21 +08:00
parent 54b935f609
commit 1bc506603a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import logging
import time
from typing import Any
from api.core.plugin.impl.oauth import OAuthHandler
from core.plugin.impl.oauth import OAuthHandler
from flask_login import current_user
from sqlalchemy.orm import Session