mirror of
https://github.com/langgenius/dify.git
synced 2026-01-14 06:07:33 +08:00
Feat/webapp verified sso 260: bad import path (#20734)
This commit is contained in:
parent
e312894bc9
commit
78cf376872
@ -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."""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user