mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 00:17:34 +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:
@@ -2255,7 +2255,8 @@
|
||||
"TOAST": {
|
||||
"UPDATED": "Authorization updated.",
|
||||
"REMOVED": "Authorization removed",
|
||||
"BULKREMOVED": "Authorizations removed."
|
||||
"BULKREMOVED": "Authorizations removed.",
|
||||
"CANTSHOWINFO": "You cannot visit this user's profile as you are not a member of the organization where this user belongs to"
|
||||
},
|
||||
"DIALOG": {
|
||||
"DELETE_TITLE": "Delete authorization",
|
||||
|
Reference in New Issue
Block a user