From bfdb0ee65958fd8ea3cfea817e91f31a7da5f766 Mon Sep 17 00:00:00 2001 From: Dan Moore Date: Mon, 24 Jun 2024 11:28:30 -0600 Subject: [PATCH] fixed typo (#3130) --- astro/src/content/docs/get-started/core-concepts/users.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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