mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	Fix contentexcludes in tasks.py (#6406)
- Include 'socialaccount.socialtoken'
This commit is contained in:
		
							
								
								
									
										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 = '' | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user