We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8127ef commit 1a5db6bCopy full SHA for 1a5db6b
apps/common/auth/handle/impl/user_token.py
@@ -242,7 +242,7 @@ def get_role_list(user,
242
workspace_user_role_mapping.workspace_id)
243
for
244
workspace_user_role_mapping in
245
- workspace_user_role_mapping_list] + [user.role]
+ workspace_user_role_mapping_list]
246
cache.set(key, workspace_list, version=version)
247
return role_list
248
else:
0 commit comments