Launch app without authentication if already started

This commit is contained in:
Miguel Alatzar 2019-07-02 18:40:39 -07:00
parent 51aac1e6e7
commit 8762bf05f9

View file

@ -26,7 +26,7 @@ export const store = configureStore(initialState);
const init = async () => {
if (EphemeralStore.appStarted) {
launchAppAndAuthenticateIfNeeded();
launchApp();
return;
}