Skip to content

Commit

Permalink
Merge pull request #37401 from callstack-internal/fix/preserve-creden…
Browse files Browse the repository at this point in the history
…tials-when-clearing-onyx

fix: preserve credentials when clearing onyx
  • Loading branch information
techievivek authored Feb 28, 2024
2 parents 636345a + b1bf314 commit fe6d902
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 fe6d902

Please sign in to comment.