diff --git a/frontend/web/components/EditIdentity.tsx b/frontend/web/components/EditIdentity.tsx index 1ac2d8a3ba1e..e614fc12e615 100644 --- a/frontend/web/components/EditIdentity.tsx +++ b/frontend/web/components/EditIdentity.tsx @@ -62,10 +62,10 @@ const EditIdentity: FC = ({ data, environmentId }) => { /> } - > - View and manage feature states and traits for this user. -
- + >
@@ -1034,6 +1016,36 @@ const UserPage: FC = () => { userId={identity?.identity?.identifier || id} /> + + Delete Identity + + +

+ Identities can be re-added here or via one of our + SDKs +

+ +
+
+
diff --git a/frontend/web/components/pages/UsersPage.tsx b/frontend/web/components/pages/UsersPage.tsx index 555091f0bef1..b7ec660a6d22 100644 --- a/frontend/web/components/pages/UsersPage.tsx +++ b/frontend/web/components/pages/UsersPage.tsx @@ -62,7 +62,7 @@ export const removeIdentity = ( } }) }, - title: 'Delete User', + title: 'Delete Identity', yesText: 'Confirm', }) } @@ -170,6 +170,14 @@ const UsersPage: FC<{ props: any }> = (props) => { + Identifier +
+ + ) + } filterRowContent={ showAliases && (