diff --git a/src/pages/LogInWithShortLivedTokenPage.js b/src/pages/LogInWithShortLivedTokenPage.js index 61cb4778bf25..acd8c659104b 100644 --- a/src/pages/LogInWithShortLivedTokenPage.js +++ b/src/pages/LogInWithShortLivedTokenPage.js @@ -121,4 +121,10 @@ export default withOnyx({ session: { key: ONYXKEYS.SESSION, }, + + // We need to subscribe to the betas so that componentDidUpdate will run, + // causing us to exit to the proper page. + betas: { + key: ONYXKEYS.BETAS, + }, })(LogInWithShortLivedTokenPage);