diff --git a/src/libs/actions/Session/index.js b/src/libs/actions/Session/index.js index 490a7951648a..f57fcd7a3c0b 100644 --- a/src/libs/actions/Session/index.js +++ b/src/libs/actions/Session/index.js @@ -83,6 +83,8 @@ function signOut() { }) .catch(error => Onyx.merge(ONYXKEYS.SESSION, {error: error.message})); } + Onyx.set(ONYXKEYS.SESSION, null); + Onyx.set(ONYXKEYS.CREDENTIALS, null); Timing.clearData(); redirectToSignIn(); Log.info('Redirecting to Sign In because signOut() was called');