We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3dd538 commit ddc3e93Copy full SHA for ddc3e93
web/packages/teleport/src/services/storageService/storageService.ts
@@ -48,6 +48,7 @@ const KEEP_LOCALSTORAGE_KEYS_ON_LOGOUT = [
48
KeysEnum.SESSION_RECORDINGS_DENSITY,
49
KeysEnum.ENABLE_TELEMETRY,
50
KeysEnum.SESSION_RECORDINGS_DISMISSED_CTA,
51
+ KeysEnum.IDENTITY_SECURITY_RECOMMENDATIONS_UNIFIED_RESOURCES_CTA_SEEN,
52
];
53
54
const RECENT_HISTORY_MAX_LENGTH = 10;
0 commit comments