Skip to content

Commit

Permalink
preserve credentials when clearing onyx
Browse files Browse the repository at this point in the history
  • Loading branch information
TMisiukiewicz committed Feb 28, 2024
1 parent e5b3eb2 commit b1bf314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/settings/AboutPage/TroubleshootPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const keysToPreserve: OnyxKey[] = [
ONYXKEYS.NVP_TRY_FOCUS_MODE,
ONYXKEYS.PREFERRED_THEME,
ONYXKEYS.NVP_PREFERRED_LOCALE,
ONYXKEYS.CREDENTIALS,
];

type BaseMenuItem = {
Expand Down

0 comments on commit b1bf314

Please sign in to comment.