mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
fix: seperat login exchange logic for internal and external user
This commit is contained in:
@ -112,6 +112,7 @@ class WebAppAuthService:
|
||||
"user_id": account.id,
|
||||
"session_id": account.email,
|
||||
"token_source": "webapp_login_token",
|
||||
"auth_type": "internal",
|
||||
"exp": exp,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user