From 9ba699f3c70cb3fefee8d4487e60464d2244fa76 Mon Sep 17 00:00:00 2001 From: KristianRykkje Date: Thu, 29 Aug 2024 09:57:35 +0200 Subject: [PATCH] update docs --- src/auth0-session/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth0-session/config.ts b/src/auth0-session/config.ts index 708be882..4a099135 100644 --- a/src/auth0-session/config.ts +++ b/src/auth0-session/config.ts @@ -139,7 +139,7 @@ export interface Config { identityClaimFilter: string[]; /** - * Boolean value to log the user out from the identity provider on application logout. Defaults to `false`. + * Boolean value to log the user out from the identity provider on application logout. Defaults to `true`. */ idpLogout: boolean;