feat(user-settings): Search for user avatar also in the entities
If the identity system doesn't provide an avatar, but the existing user entity does have the correct annotation use that as the profile avatar. Fixes #26838 Signed-off-by: Łukasz Jernaś <lukasz.jernas@allegro.com>
This commit is contained in:
@@ -55,6 +55,7 @@
|
||||
"test": "backstage-cli package test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "workspace:^",
|
||||
"@backstage/core-app-api": "workspace:^",
|
||||
"@backstage/core-compat-api": "workspace:^",
|
||||
"@backstage/core-components": "workspace:^",
|
||||
|
||||
Reference in New Issue
Block a user