From 9d2d6a0ceae21b39bb4c810d366b16df346b302a Mon Sep 17 00:00:00 2001 From: Kiss Miklos Date: Fri, 10 Jun 2022 15:30:00 +0200 Subject: [PATCH] add changeset to plugin-user-settings Signed-off-by: Kiss Miklos --- .changeset/early-hats-rest.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/early-hats-rest.md diff --git a/.changeset/early-hats-rest.md b/.changeset/early-hats-rest.md new file mode 100644 index 0000000000..6eab693200 --- /dev/null +++ b/.changeset/early-hats-rest.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-user-settings': patch +--- + +Add UserSettingsIdentityCard to show the result of the identityApi.getBackstageIdentity() call to help debug ownership issues.