You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/usr/local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 937, in run_sync_in_worker_thread
return await future
File "/usr/local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 867, in run
result = context.run(func, *args)
File "/phovea/./tdp_core/security/jwt_router.py", line 59, in logout
payload, cookies = manager.security.logout()
File "/phovea/./tdp_core/security/manager.py", line 97, in logout
response_payload.update(customizations.data)
AttributeError: 'dict' object has no attribute 'data'
The text was updated successfully, but these errors were encountered:
File "/usr/local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 937, in run_sync_in_worker_thread
return await future
File "/usr/local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 867, in run
result = context.run(func, *args)
File "/phovea/./tdp_core/security/jwt_router.py", line 59, in logout
payload, cookies = manager.security.logout()
File "/phovea/./tdp_core/security/manager.py", line 97, in logout
response_payload.update(customizations.data)
AttributeError: 'dict' object has no attribute 'data'
The text was updated successfully, but these errors were encountered: