Skip to content

Commit f14bf20

Browse files
Merge branch 'feature/enable-workflows-in-v3' of https://github.com/auth0/nextjs-auth0 into feature/enable-workflows-in-v3
2 parents 48f756f + ab5cbbb commit f14bf20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auth0-session/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export interface Config {
139139
identityClaimFilter: string[];
140140

141141
/**
142-
* Boolean value to log the user out from the identity provider on application logout. Defaults to `false`.
142+
* Boolean value to log the user out from the identity provider on application logout. Defaults to `true`.
143143
*/
144144
idpLogout: boolean;
145145

0 commit comments

Comments
 (0)