fix(user-settings): use non-deprecated IdentityApi methods

This fixes the undefined identity error that is being thrown on the user-settings page.

Signed-off-by: Reinoud Kruithof <2184455+reinoudk@users.noreply.github.com>
This commit is contained in:
Reinoud Kruithof
2021-12-16 16:49:59 +01:00
parent 22354eef67
commit 2a374057f5
2 changed files with 32 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-user-settings': patch
---
Fix undefined identity bug in UserSettingsProfileCard caused by using deprecated methods of the IdentityApi