mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 17:08:03 +08:00
Feat/webapp verified sso 260: bad import path (#20734)
This commit is contained in:
@ -11,10 +11,9 @@ from libs.passport import PassportService
|
||||
from models.model import App, EndUser, Site
|
||||
from services.enterprise.enterprise_service import EnterpriseService
|
||||
from services.feature_service import FeatureService
|
||||
from services.webapp_auth_service import WebAppAuthService, WebAppAuthType
|
||||
from werkzeug.exceptions import NotFound, Unauthorized
|
||||
|
||||
from api.services.webapp_auth_service import WebAppAuthService, WebAppAuthType
|
||||
|
||||
|
||||
class PassportResource(Resource):
|
||||
"""Base resource for passport."""
|
||||
|
||||
Reference in New Issue
Block a user