Multiple Tabs: Fix using passcode in multiple tabs (#2913)

This commit is contained in:
Alexander Zinchuk 2023-04-06 08:19:57 +02:00
parent 379a66b776
commit e070ffe8a0
2 changed files with 1 additions and 2 deletions

View File

@ -164,6 +164,7 @@ const App: FC<StateProps> = ({
document.title = INACTIVE_PAGE_TITLE;
markInactive();
} else {
document.title = PAGE_TITLE;
unmarkInactive();
}
}, [isInactiveAuth, markInactive, unmarkInactive]);

View File

@ -61,8 +61,6 @@ addActionHandler('switchMultitabRole', async (global, actions, payload): Promise
actions.initApi();
}
setGlobal(global);
startWebsync();
}
});