mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix contentexcludes in tasks.py (#6406)
- Include 'socialaccount.socialtoken'
This commit is contained in:
parent
77fd6b6bb3
commit
3a48af6bd4
1
tasks.py
1
tasks.py
@ -103,6 +103,7 @@ def content_excludes(
|
|||||||
# Optionally exclude SSO application information
|
# Optionally exclude SSO application information
|
||||||
if not allow_sso:
|
if not allow_sso:
|
||||||
excludes.append('socialaccount.socialapp')
|
excludes.append('socialaccount.socialapp')
|
||||||
|
excludes.append('socialaccount.socialtoken')
|
||||||
|
|
||||||
output = ''
|
output = ''
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user