From 0728416687bbed022bf3d15a05cad83f06451b6f Mon Sep 17 00:00:00 2001 From: Ola Date: Tue, 2 Jun 2026 14:45:00 +0200 Subject: [PATCH] docs: reflect clickable table rows in console --- .../25_import-user-accounts-identities.mdx | 6 ++---- docs/kratos/session-management/05_session-management.mdx | 6 +++--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/kratos/manage-identities/25_import-user-accounts-identities.mdx b/docs/kratos/manage-identities/25_import-user-accounts-identities.mdx index f9c4294fcf..984d958626 100644 --- a/docs/kratos/manage-identities/25_import-user-accounts-identities.mdx +++ b/docs/kratos/manage-identities/25_import-user-accounts-identities.mdx @@ -687,11 +687,9 @@ The following steps are necessary to set up password migration using a web hook: c. Click **Users & identities** in the left sidebar. - d. Find the identity you want to review and click the three-dot menu (**⋮**) on its row. + d. Find the identity you want to review and click its row to open the details. - e. Click **View identity** to open its details. - - f. In the **Basic Information** section, under **Credential Identifiers**, the identity shows a **Migration pending** badge if + e. In the **Basic Information** section, under **Credential Identifiers**, the identity shows a **Migration pending** badge if the user hasn't logged in and completed the password migration yet. ```mdx-code-block diff --git a/docs/kratos/session-management/05_session-management.mdx b/docs/kratos/session-management/05_session-management.mdx index fb573b6f66..c855a06aea 100644 --- a/docs/kratos/session-management/05_session-management.mdx +++ b/docs/kratos/session-management/05_session-management.mdx @@ -295,7 +295,7 @@ import nativeGetSession from "!!raw-loader!@site/code-examples/sdk/typescript/sr -To view sessions metadata, go to and click the **View** on the session you want to inspect. +To view sessions metadata, go to and click the row of the session you want to inspect. @@ -328,8 +328,8 @@ import nativeDisableSession from "!!raw-loader!@site/code-examples/sdk/typescrip -To revoke a session, go to , click the **View** button corresponding -to the session you want to terminate and click the **Terminate Session** button. +To revoke a session, go to , click the row of the session you want to +terminate and click the **Terminate Session** button.