Launch app without authentication if already started
This commit is contained in:
parent
51aac1e6e7
commit
8762bf05f9
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ export const store = configureStore(initialState);
|
|||
|
||||
const init = async () => {
|
||||
if (EphemeralStore.appStarted) {
|
||||
launchAppAndAuthenticateIfNeeded();
|
||||
launchApp();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue