From ae2adaff8ed07156633bfcb74b2b423a3d50d5b7 Mon Sep 17 00:00:00 2001 From: Kiss Miklos Date: Mon, 13 Jun 2022 11:37:17 +0200 Subject: [PATCH] make changeset more clear Signed-off-by: Kiss Miklos --- .changeset/early-hats-rest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/early-hats-rest.md b/.changeset/early-hats-rest.md index 6eab693200..dfe685ea77 100644 --- a/.changeset/early-hats-rest.md +++ b/.changeset/early-hats-rest.md @@ -2,4 +2,4 @@ '@backstage/plugin-user-settings': patch --- -Add UserSettingsIdentityCard to show the result of the identityApi.getBackstageIdentity() call to help debug ownership issues. +Added new `` to show the result of the `identityApi.getBackstageIdentity()` call to help debug ownership issues. The new card has been added to the user settings page.