Skip to content

Commit ddc3e93

Browse files
authored
Do not clear resource page session summaries CTA seen state on logout (#64602)
1 parent d3dd538 commit ddc3e93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/packages/teleport/src/services/storageService/storageService.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ const KEEP_LOCALSTORAGE_KEYS_ON_LOGOUT = [
4848
KeysEnum.SESSION_RECORDINGS_DENSITY,
4949
KeysEnum.ENABLE_TELEMETRY,
5050
KeysEnum.SESSION_RECORDINGS_DISMISSED_CTA,
51+
KeysEnum.IDENTITY_SECURITY_RECOMMENDATIONS_UNIFIED_RESOURCES_CTA_SEEN,
5152
];
5253

5354
const RECENT_HISTORY_MAX_LENGTH = 10;

0 commit comments

Comments
 (0)