Skip to content

Commit

Permalink
chore: Add ACCESS_LIST_PREFERENCES localStorage key
Browse files Browse the repository at this point in the history
  • Loading branch information
kiosion committed Nov 11, 2024
1 parent 200eb57 commit fce8f53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ import type { RecommendFeature } from 'teleport/types';
const KEEP_LOCALSTORAGE_KEYS_ON_LOGOUT = [
KeysEnum.THEME,
KeysEnum.USER_PREFERENCES,
KeysEnum.ACCESS_LIST_PREFERENCES,
KeysEnum.RECOMMEND_FEATURE,
KeysEnum.LICENSE_ACKNOWLEDGED,
KeysEnum.USERS_NOT_EQUAL_TO_MAU_ACKNOWLEDGED,
Expand Down
1 change: 1 addition & 0 deletions web/packages/teleport/src/services/storageService/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const KeysEnum = {
ACCESS_GRAPH_QUERY: 'grv_teleport_access_graph_query',
ACCESS_GRAPH_ENABLED: 'grv_teleport_access_graph_enabled',
ACCESS_GRAPH_SQL_ENABLED: 'grv_teleport_access_graph_sql_enabled',
ACCESS_LIST_PREFERENCES: 'grv_teleport_access_list_preferences',
EXTERNAL_AUDIT_STORAGE_CTA_DISABLED:
'grv_teleport_external_audit_storage_disabled',
LICENSE_ACKNOWLEDGED: 'grv_teleport_license_acknowledged',
Expand Down

0 comments on commit fce8f53

Please sign in to comment.