diff --git a/astro/src/content/docs/get-started/core-concepts/users.mdx b/astro/src/content/docs/get-started/core-concepts/users.mdx index 3868b3a54a..ca5e42bf55 100644 --- a/astro/src/content/docs/get-started/core-concepts/users.mdx +++ b/astro/src/content/docs/get-started/core-concepts/users.mdx @@ -509,7 +509,7 @@ There are two primary types of sessions/tokens shown in this table: * Normal refresh tokens. * SSO token. While technically a refresh token, it is special and fully managed by FusionAuth. You may safely ignore this. -With Delete all session button, you can revoke all sessions for a user. +With Delete all sessions button, you can revoke all sessions for a user. This is useful if you want to force a user to log in again. #### Session Details