mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-08 15:23:49 +00:00
fix(console): display granted org name in authorizations and show user information (#7116)
* fix: add granted org info to user grants query response * fix: show user info, tests and add columns to user grant * fix: add check for org membership * fix: typo in find logic --------- Co-authored-by: Max Peintner <max@caos.ch>
This commit is contained in:
@@ -2236,7 +2236,8 @@
|
||||
"TOAST": {
|
||||
"UPDATED": "授权已更新。",
|
||||
"REMOVED": "已移除授权。",
|
||||
"BULKREMOVED": "已移除授权。"
|
||||
"BULKREMOVED": "已移除授权。",
|
||||
"CANTSHOWINFO": "您无法访问该用户的个人资料,因为您不是该用户所属组织的成员"
|
||||
},
|
||||
"DIALOG": {
|
||||
"DELETE_TITLE": "删除授权",
|
||||
|
||||
Reference in New Issue
Block a user