diff --git a/app/mattermost.js b/app/mattermost.js index 8f2d56903..f9d160281 100644 --- a/app/mattermost.js +++ b/app/mattermost.js @@ -26,7 +26,7 @@ export const store = configureStore(initialState); const init = async () => { if (EphemeralStore.appStarted) { - launchAppAndAuthenticateIfNeeded(); + launchApp(); return; }